diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2021-02-11 17:10:06 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2021-02-11 17:10:06 +0100 |
commit | 0669be460538066d1a5faa6ef4edd336cc600fd9 (patch) | |
tree | 882cad0a378f19514d16556b7907beb01930c48a /extra/python/PKGBUILD | |
parent | 1f43a3397c500f1df27d4e020cfa79fed80deda6 (diff) | |
download | packages-0669be460538066d1a5faa6ef4edd336cc600fd9.tar.xz |
extra/python: removed source and sha512 patching
Diffstat (limited to 'extra/python/PKGBUILD')
-rw-r--r-- | extra/python/PKGBUILD | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/extra/python/PKGBUILD b/extra/python/PKGBUILD index a1bc36b0..6e9e8e2d 100644 --- a/extra/python/PKGBUILD +++ b/extra/python/PKGBUILD @@ -48,10 +48,3 @@ eval "$( s/-uall/-uall -x test_posix -x test_gdb \\|\\| true/g " )" - -# unpacking the xz archive results in LZMA errors (at least on my build slaves) -# cannot verify GPG signature (at least on my build slaves, no .asc file) -source=("https://www.python.org/ftp/python/${pkgver%rc*}/Python-${pkgver}.tgz") - -# checksums change in chaotic ways.. -sha512sums=('SKIP') |