summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorNarrat2019-10-21 22:40:34 +0200
committerNarrat2019-10-21 22:40:34 +0200
commit9c7640e5128469a4f2d8adbf88230699e41a2320 (patch)
tree7f98da3a550cb987470f5488f6dd44f90d5daa06 /.SRCINFO
parente122ff5ec120fc16c21d258f46168cfbd29084dc (diff)
downloadaur-9c7640e5128469a4f2d8adbf88230699e41a2320.tar.gz
patool: Switch download source
There seems to be a problem with a pre existing egg-info directory with wrong permissions. See the comments from bmwinger for more details. Changed the download to the github source. Another possibility would be to remove in prepare() the directory from the pypi archive.
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO6
1 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf3debf58eb6..13312972209e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = patool
pkgdesc = portable command line archive file manager
pkgver = 1.12
- pkgrel = 3
+ pkgrel = 4
url = https://wummel.github.io/patool/
arch = any
license = GPL
@@ -10,8 +10,8 @@ pkgbase = patool
optdepends = tar: extracting TAR files
optdepends = unrar: extracting RAR files
optdepends = p7zip: extracting ZIP and 7z files
- source = https://pypi.python.org/packages/source/p/patool/patool-1.12.tar.gz
- sha256sums = e3180cf8bfe13bedbcf6f5628452fca0c2c84a3b5ae8c2d3f55720ea04cb1097
+ source = patool-1.12.tar.gz::https://github.com/wummel/patool/archive/upstream/1.12.tar.gz
+ sha256sums = 582fd4b87c263325958c1550400504799018c88bc3444f249bba304ae1747f1f
pkgname = patool
pkgdesc = portable command line archive file manager (Python3)