summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Pujol2017-05-18 20:14:31 +0100
committerAlexandre Pujol2017-05-18 20:14:31 +0100
commit1274da614f256ed0cf235416dafe5039a0bb12a5 (patch)
tree9d70dca3c7fe1bdba3e7b0cc4b88d9411ac548d6
parent4beb3c3b053205eca7555a5358a97e4d1e062bc9 (diff)
downloadaur-1274da614f256ed0cf235416dafe5039a0bb12a5.tar.gz
pass-tomb 1.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0db01da6b51a..dc8ff2b1a47a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = pass-tomb
pkgdesc = A pass extension that helps you to keep the whole tree of password encrypted inside a tomb.
- pkgver = 0.5
- pkgrel = 3
+ pkgver = 1.0
+ pkgrel = 1
url = https://github.com/roddhjav/pass-tomb
arch = any
license = GPL3
depends = pass
depends = tomb
- source = https://github.com/roddhjav/pass-tomb/archive/v0.5.tar.gz
- sha512sums = bde548496884cfb3f24284a6f9b17e743a42446cd4472e7dbc86eaa9fb62fd94b9362f952b27ad7bd0e3e9a4ca2e38380e32ce35770013dbf6709527dbc9b9f0
+ source = https://github.com/roddhjav/pass-tomb/archive/v1.0.tar.gz
+ sha512sums = 37366f59c213181a27b8644807e4252aa7f63a542b94deab0262c8e0652a400fcc4def7a15aa0ab60faf4bda465c1e82d1ae9d4d4d22391680f0e87fc6c71653
pkgname = pass-tomb
diff --git a/PKGBUILD b/PKGBUILD
index 6df103546476..a0eb8c24fcb2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Alexandre Pujol <alexandre@pujol.io>
pkgname='pass-tomb'
-pkgver=0.5
-pkgrel=3
+pkgver=1.0
+pkgrel=1
pkgdesc='A pass extension that helps you to keep the whole tree of password encrypted inside a tomb.'
arch=('any')
url='https://github.com/roddhjav/pass-tomb'
@@ -10,7 +10,7 @@ license=('GPL3')
depends=('pass'
'tomb')
source=(https://github.com/roddhjav/pass-tomb/archive/v${pkgver}.tar.gz)
-sha512sums=('bde548496884cfb3f24284a6f9b17e743a42446cd4472e7dbc86eaa9fb62fd94b9362f952b27ad7bd0e3e9a4ca2e38380e32ce35770013dbf6709527dbc9b9f0')
+sha512sums=('37366f59c213181a27b8644807e4252aa7f63a542b94deab0262c8e0652a400fcc4def7a15aa0ab60faf4bda465c1e82d1ae9d4d4d22391680f0e87fc6c71653')
package() {
cd "${srcdir}/${pkgname}-${pkgver}/"