summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c5083d211365..21d928b0daa3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = diceware
pkgdesc = Wordlist-based password generator.
pkgver = 0.9.6
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ulif/diceware
arch = any
license = GPL3
+ makedepends = python-pip
depends = python-setuptools
source = diceware-0.9.6.tar.gz::https://github.com/ulif/diceware/archive/v0.9.6.tar.gz
sha512sums = aecf8ad4e940a102795d7ff31228a5327064185a75bf8d95dd165addedbbf2c4f1ca4b608c842b637ef12fa7651d1d054da1b0f082bbd9b863a57b65985b6ad8
diff --git a/PKGBUILD b/PKGBUILD
index a853063d3c13..4242245a91a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
pkgname=diceware
pkgver=0.9.6
-pkgrel=1
+pkgrel=2
pkgdesc="Wordlist-based password generator."
arch=('any')
url="https://github.com/ulif/diceware"
license=('GPL3')
depends=('python-setuptools')
+makedepends=('python-pip')
source=("$pkgname-$pkgver.tar.gz::https://github.com/ulif/${pkgname}/archive/v${pkgver}.tar.gz")
sha512sums=('aecf8ad4e940a102795d7ff31228a5327064185a75bf8d95dd165addedbbf2c4f1ca4b608c842b637ef12fa7651d1d054da1b0f082bbd9b863a57b65985b6ad8')