summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNarrat2019-04-11 21:21:25 +0200
committerNarrat2019-04-11 21:21:25 +0200
commite122ff5ec120fc16c21d258f46168cfbd29084dc (patch)
tree861161f06e8d7d25cd6358564a82d0f024c75949 /PKGBUILD
parent85b9c3a87ee25d300f615d90814b5d64ac125365 (diff)
downloadaur-e122ff5ec120fc16c21d258f46168cfbd29084dc.tar.gz
patool: setuptools as makedeps
Thanks to ValleyKnight for noticing the missing deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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")