summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Minshall2023-02-02 16:40:29 +0300
committerGreg Minshall2023-02-02 16:40:29 +0300
commit5397249c973ba3b4e0adf291fe06a2db69bd95c6 (patch)
tree3ce32c1146c9ed09b4f9f3de0b48e8a1a16f145f
parentfb5a2213bf0c7029925f97b5b265052c6c5a1363 (diff)
downloadaur-5397249c973ba3b4e0adf291fe06a2db69bd95c6.tar.gz
PKGBUILD: upgrade to 1.4.2
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bddeb2c4b4ef..952812c159d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Greg Minshall <minshall at umich dot edu>
pkgname=credeface
-pkgver=1.4.1
+pkgver=1.4.2
pkgrel=1
pkgdesc="use git’s credential-cache to hold general passwords"
arch=(any)
@@ -10,9 +10,10 @@ license=('MIT')
# is minimal
depends=(git pass python3)
makedepends=(asciidoc gawk git)
+checkdepends=(cram python-coverage)
# git rev-parse in upstream repo:
-# git rev-parse 1.4.1
-_tag=bffb0ab30bcfe2f458f462c856ec413fad3a8e84
+# git rev-parse 1.4.2
+_tag=42dbdce5b42cf429a1571f0b44e754ac9e5221c2
source=(git+https://git.sr.ht/~minshall/credeface#tag=${_tag}?signed)
validpgpkeys=(
BB68C8D3A3D23B9B398FB50AC397C74C54A9EC4F # Greg Minshall <minshall@acm.org>