summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2019-04-11 21:21:25 +0200
committerNarrat2019-04-11 21:21:25 +0200
commite122ff5ec120fc16c21d258f46168cfbd29084dc (patch)
tree861161f06e8d7d25cd6358564a82d0f024c75949
parent85b9c3a87ee25d300f615d90814b5d64ac125365 (diff)
downloadaur-e122ff5ec120fc16c21d258f46168cfbd29084dc.tar.gz
patool: setuptools as makedeps
Thanks to ValleyKnight for noticing the missing deps
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c836e97e9a8b..cf3debf58eb6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = patool
pkgdesc = portable command line archive file manager
pkgver = 1.12
- pkgrel = 2
+ pkgrel = 3
url = https://wummel.github.io/patool/
arch = any
license = GPL
- makedepends = python
- makedepends = python2
+ makedepends = python-setuptools
+ makedepends = python2-setuptools
optdepends = tar: extracting TAR files
optdepends = unrar: extracting RAR files
optdepends = p7zip: extracting ZIP and 7z files
diff --git a/PKGBUILD b/PKGBUILD
index e67c9eb9a61f..5c3c678ef986 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgbase=patool
pkgname=('patool' 'patool-py2')
pkgver=1.12
-pkgrel=2
+pkgrel=3
pkgdesc="portable command line archive file manager"
arch=('any')
url="https://wummel.github.io/patool/"
license=('GPL')
-makedepends=('python' 'python2')
+makedepends=('python-setuptools' 'python2-setuptools')
optdepends=("tar: extracting TAR files"
"unrar: extracting RAR files"
"p7zip: extracting ZIP and 7z files")