index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Tasos Sahanidis <tasos@tasossah.com> | 2024-07-10 08:05:18 +0300 |
---|---|---|
committer | Tasos Sahanidis <tasos@tasossah.com> | 2024-07-10 08:05:18 +0300 |
commit | c3a20075651c914706ca4a9eb896d91ae48ec1d4 (patch) | |
tree | fbd91abbe34d65eaf238801f07952bb81c658577 /extra/tslib | |
parent | 2a974f69e269f67908ed35cb49a4ef5f4b5cd304 (diff) |
-rw-r--r-- | extra/tslib/PKGBUILD | 5 |
diff --git a/extra/tslib/PKGBUILD b/extra/tslib/PKGBUILD new file mode 100644 index 00000000..b344eb15 --- /dev/null +++ b/extra/tslib/PKGBUILD @@ -0,0 +1,5 @@ +# Ignore pgp for now as it seems to fail with unknown pubkey (it's the correct one) +if [[ $pkgver == "1.23" ]]; then + unset source[1] + unset sha256sums[1] +fi |