summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortimvisee2023-01-07 17:23:22 +0000
committertimvisee2023-01-07 17:23:22 +0000
commitdf9484abf606e24756e7a90c2f15dcb02502bbe5 (patch)
tree1b187069636996d4fa2149d0250d0f8b145fa850
parent1118e74a25dbd6d7f4c1a47296c86a8d808d7bec (diff)
downloadaur-df9484abf606e24756e7a90c2f15dcb02502bbe5.tar.gz
prs-git 0.4.0
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 146216315a16..ab2dde4a03d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = prs-git
pkgdesc = Secure, fast & convenient password manager CLI using GPG and git to sync (git)
- pkgver = 0.3.5.r0.gbb316c8
+ pkgver = 0.4.0.r0.gd8db08a
pkgrel = 1
url = https://gitlab.com/timvisee/prs
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index be1c5e3dd61d..b03065affaaf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# See: https://gitlab.com/timvisee/prs/-/tree/master/pkg/aur/prs-git
pkgname=prs-git
-pkgver=0.3.5.r0.gbb316c8
+pkgver=0.4.0.r0.gd8db08a
pkgrel=1
pkgdesc="Secure, fast & convenient password manager CLI using GPG and git to sync (git)"
arch=('x86_64' 'i686')
@@ -18,7 +18,7 @@ conflicts=("${pkgname%-git}")
provides=("${pkgname%-git}")
source=("git+${url}")
sha512sums=('SKIP')
-_prs_cli_features=alias,clipboard,notify,backend-gpgme,select-skim-bin,tomb
+_prs_cli_features=alias,clipboard,notify,backend-gpgme,select-skim-bin,tomb,totp
pkgver() {
cd "${pkgname%-git}"