diff --git a/t1utils/.SRCINFO b/t1utils/.SRCINFO new file mode 100644 index 0000000000..10052da16b --- /dev/null +++ b/t1utils/.SRCINFO @@ -0,0 +1,13 @@ +pkgbase = t1utils + pkgdesc = Utilities for manupulating Adobe Type 1 font software + pkgver = 1.42 + pkgrel = 3 + url = https://github.com/kohler/t1utils + arch = x86_64 + license = custom + depends = glibc + source = https://github.com/kohler/t1utils/archive/v1.42/t1utils-v1.42.tar.gz + sha512sums = 29e983a488a0c51e31fe45572d66cfa8a987d85b32f303873c35d0551db29c09d424eb10e76374f908ef62bc7c60236231bbddf40eb60f1be9652322da4b1f5e + b2sums = 5aabd8a559c79b8c4ee0711ce679dc8a6a091a7606261da7533b16b65295c0c12c0c77ac8f921a36a608e91584f90722c439127feeecde2480e6304428e7e6c0 + +pkgname = t1utils diff --git a/t1utils/.nvchecker.toml b/t1utils/.nvchecker.toml new file mode 100644 index 0000000000..e72fc3c3e3 --- /dev/null +++ b/t1utils/.nvchecker.toml @@ -0,0 +1,4 @@ +[t1utils] +source = "git" +git = "https://github.com/kohler/t1utils.git" +prefix = "v" diff --git a/t1utils/PKGBUILD b/t1utils/PKGBUILD index 2e99a2f699..e33725b9cd 100644 --- a/t1utils/PKGBUILD +++ b/t1utils/PKGBUILD @@ -6,7 +6,7 @@ pkgname=t1utils pkgver=1.42 -pkgrel=2 +pkgrel=3 pkgdesc="Utilities for manupulating Adobe Type 1 font software " arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) url="https://github.com/kohler/t1utils"