Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTasos Sahanidis <tasos@tasossah.com>2024-07-10 08:05:18 +0300
committerTasos Sahanidis <tasos@tasossah.com>2024-07-10 08:05:18 +0300
commitc3a20075651c914706ca4a9eb896d91ae48ec1d4 (patch)
treefbd91abbe34d65eaf238801f07952bb81c658577
parent2a974f69e269f67908ed35cb49a4ef5f4b5cd304 (diff)
extra/tslib: Disable pgp check
-rw-r--r--extra/tslib/PKGBUILD5
1 files changed, 5 insertions, 0 deletions
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