Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/python-nose/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/python-nose/PKGBUILD')
-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