summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9ee985f415ae..98159e81bcab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
pkgname=python-papis-python-rofi
_name=${pkgname#python-}
pkgver=1.0.2
-pkgrel=1
+pkgrel=2
pkgdesc="Create simple GUIs using the Rofi application (fork for papis)"
arch=('any')
url="https://pypi.org/project/papis-python-rofi/"
license=('GPL')
depends=('python')
optdepends=()
+makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
sha256sums=('3bd01a9db97b620c4249e89e37c2fe669ba405ac179ea3bffa43246c05af668e')
noextract=()