summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2023-10-27 19:17:13 +0200
committerNarrat2023-10-27 19:17:13 +0200
commit55550c6818101187bf349523a306baf4e89a6fbe (patch)
tree68564c29722ba764c63a7fd9254189341996541f
parentfa853a14b887f2c40e150542a50e6cbee3c35a3f (diff)
downloadaur-55550c6818101187bf349523a306baf4e89a6fbe.tar.gz
patool: setuptools still needed during build
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d0888b0229e0..42c85f1f6378 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = patool
pkgdesc = portable command line archive file manager
pkgver = 1.14.1
- pkgrel = 1
+ pkgrel = 2
url = https://wummel.github.io/patool/
arch = any
license = GPL
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
+ makedepends = python-setuptools
depends = python
optdepends = tar: extracting TAR files
optdepends = unrar: extracting RAR files
diff --git a/PKGBUILD b/PKGBUILD
index db4e9fbe9be0..f5f793f437d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
pkgbase=patool
pkgname='patool'
pkgver=1.14.1
-pkgrel=1
+pkgrel=2
pkgdesc="portable command line archive file manager"
arch=('any')
url="https://wummel.github.io/patool/"
license=('GPL')
depends=('python')
-makedepends=(python-build python-installer python-wheel)
+makedepends=(python-build python-installer python-wheel python-setuptools)
optdepends=("tar: extracting TAR files"
"unrar: extracting RAR files"
"p7zip: extracting ZIP and 7z files"