Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/python-nose/PKGBUILD
blob: aeadc948a79a17cb1594efe9adf399ad86db91ee (plain)
1
2
3
4
5
6
if [[ ${source[1]} == *.asc ]]; then
    unset 'source[1]'
    unset 'sha512sums[1]'
    source=(${source[@]})
    sha512sums=(${sha512sums[@]})
fi