summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCuan2021-09-01 00:36:32 -0400
committerCuan2021-09-01 00:36:32 -0400
commite0888014fe68c47daaef158c3b4f69ba3181ecce (patch)
treef333d20820283c21e804dd5ec43b018d5a33d3cf
parent39b0766f8d93ab02e796a5833dec4ab5bfe3aa28 (diff)
downloadaur-e0888014fe68c47daaef158c3b4f69ba3181ecce.tar.gz
Fixed mistake in pkgbuild.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3cc79f111c2..0836749eddaf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,7 @@
pkgbase = rpass
pkgdesc = An rsync-based password manager and alternative to GNU pass
pkgver = 2021.09.01.pr1.1
- pkgrel = 1
- url = https://watergateserver.xyz
+ pkgrel = 2
arch = x86_64
license = GPL3
depends = bash
diff --git a/PKGBUILD b/PKGBUILD
index 14ce3c87bcbc..44cc4f7ebbb7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,10 @@
pkgname=rpass
pkgver=2021.09.01.pr1.1
-pkgrel=1
+pkgrel=2
pkgdesc="An rsync-based password manager and alternative to GNU pass"
arch=('x86_64')
options=('!emptydirs')
-url="https://watergateserver.xyz"
license=('GPL3')
depends=( bash gnupg python )