summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Warrick2015-10-02 14:51:40 +0200
committerChris Warrick2015-10-02 14:51:40 +0200
commit9777be5341ebe1dce4584b20ed338637980d9c34 (patch)
tree79871a7d12d40d1dfec8552da406c181d0299445
parent56b77efd41c958c488f31553a41dd7af2e6af5c0 (diff)
downloadaur-9777be5341ebe1dce4584b20ed338637980d9c34.tar.gz
Bump pkgver/pkgrel to force Python 3.5 rebuilds
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b5e4628a8d4f..f5f3541abbfb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = upass-git
pkgdesc = Console UI for pass (git version)
pkgver = 0.1.4.r1.g44ed2fe
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Kwpolska/upass
arch = any
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index 068653032dcb..229ea8dd2482 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname=upass-git
_pyname=upass
_gitname=upass
pkgver=0.1.4.r1.g44ed2fe
-pkgrel=1
+pkgrel=2
pkgdesc='Console UI for pass (git version)'
arch=('any')
url='https://github.com/Kwpolska/upass'