summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Pujol2018-12-02 21:25:08 +0000
committerAlexandre Pujol2018-12-02 21:25:08 +0000
commitbea3639a32a78c0f64666b4f73cc41eddef5a128 (patch)
tree582212a92c1fbfad33053f78da0c7e2dd4711f13
parentd41fd0028c78de0da51627d7d5924559b1b742df (diff)
downloadaur-bea3639a32a78c0f64666b4f73cc41eddef5a128.tar.gz
Forgot python-setuptools as new makedepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e736ee642dea..d8e927599c3d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = pass-import
pkgdesc = A pass extension for importing data from most of the existing password manager.
pkgver = 2.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/roddhjav/pass-import
arch = any
license = GPL3
+ makedepends = python-setuptools
depends = pass
depends = python
depends = python-defusedxml
diff --git a/PKGBUILD b/PKGBUILD
index e3eae039f89b..55d29193a10d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
pkgname='pass-import'
pkgver=2.4
-pkgrel=1
+pkgrel=2
pkgdesc='A pass extension for importing data from most of the existing password manager.'
arch=('any')
url='https://github.com/roddhjav/pass-import'
license=('GPL3')
depends=('pass' 'python' 'python-defusedxml')
+makedepends=('python-setuptools')
source=(https://github.com/roddhjav/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz
https://github.com/roddhjav/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz.asc)
sha512sums=('0d8c2f640540338d99c7b931c158d2f2be7bff802fb13587c7a3476a0ce941cd220bbfc1ffccb19e82913e555c2db048b1876b57bdc659bb0cb9afff4c15f7d7'