summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP-Ellis2018-11-01 09:47:25 +1100
committerJP-Ellis2018-11-01 09:47:25 +1100
commit09f5539b2d46c8441ef6eebeffc72570d53fab01 (patch)
treec9782f52eb4c9f925c1fad422459575fd6012508
parent06b3e8455d7467488d50c21d5f88c4eb9d1004f4 (diff)
downloadaur-09f5539b2d46c8441ef6eebeffc72570d53fab01.tar.gz
Add python-setuptools to makedepends
Signed-off-by: JP-Ellis <josh@jpellis.me>
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da7c53e1bd4e..639b0c33d8fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
# Generated by mksrcinfo v8
-# Mon Aug 13 17:37:07 UTC 2018
+# Wed Oct 31 22:47:21 UTC 2018
pkgbase = python-papis-python-rofi
pkgdesc = Create simple GUIs using the Rofi application (fork for papis)
pkgver = 1.0.2
- pkgrel = 1
+ pkgrel = 2
url = https://pypi.org/project/papis-python-rofi/
arch = any
license = GPL
+ makedepends = python-setuptools
depends = python
source = https://files.pythonhosted.org/packages/source/p/papis-python-rofi/papis-python-rofi-1.0.2.tar.gz
sha256sums = 3bd01a9db97b620c4249e89e37c2fe669ba405ac179ea3bffa43246c05af668e
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=()