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-04-24 01:54:56 +0300
committerTasos Sahanidis <tasos@tasossah.com>2024-04-24 01:54:56 +0300
commitf8f913dc10f15ae6a131b33dca946f021393e959 (patch)
tree83c16a0d759768908812002ae403e1be6b677175
parent65085e7ebf16e7ce12651bd4349a96dcc292cd57 (diff)
extra/python-nose: Remove .asc due to 404
-rw-r--r--extra/python-nose/PKGBUILD6
1 files changed, 6 insertions, 0 deletions
diff --git a/extra/python-nose/PKGBUILD b/extra/python-nose/PKGBUILD
new file mode 100644
index 00000000..aeadc948
--- /dev/null
+++ b/extra/python-nose/PKGBUILD
@@ -0,0 +1,6 @@
+if [[ ${source[1]} == *.asc ]]; then
+ unset 'source[1]'
+ unset 'sha512sums[1]'
+ source=(${source[@]})
+ sha512sums=(${sha512sums[@]})
+fi