From f8f913dc10f15ae6a131b33dca946f021393e959 Mon Sep 17 00:00:00 2001 From: Tasos Sahanidis Date: Wed, 24 Apr 2024 01:54:56 +0300 Subject: extra/python-nose: Remove .asc due to 404 --- extra/python-nose/PKGBUILD | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 extra/python-nose/PKGBUILD 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 -- cgit v1.2.3-54-g00ecf