index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Tasos Sahanidis <tasos@tasossah.com> | 2024-04-24 01:54:56 +0300 |
---|---|---|
committer | Tasos Sahanidis <tasos@tasossah.com> | 2024-04-24 01:54:56 +0300 |
commit | f8f913dc10f15ae6a131b33dca946f021393e959 (patch) | |
tree | 83c16a0d759768908812002ae403e1be6b677175 | |
parent | 65085e7ebf16e7ce12651bd4349a96dcc292cd57 (diff) |
-rw-r--r-- | extra/python-nose/PKGBUILD | 6 |
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 |