summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBennett Piater2021-02-23 19:33:28 +0100
committerBennett Piater2021-02-23 19:33:28 +0100
commite202b15315d6d4fae2f64d3b92dd1b827c8dd961 (patch)
treeddb34f374c4f9b8377d784a3cfc4ed6f8e4c10e6
parent3d6ed266aef9971fa6e02952e225618e401b1c8c (diff)
downloadaur-e202b15315d6.tar.gz
upgpkg: diceware 0.9.6-2
add python-pip to makedepends
-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')