summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Pujol2017-05-02 15:45:22 +0100
committerAlexandre Pujol2017-05-02 15:45:22 +0100
commit4beb3c3b053205eca7555a5358a97e4d1e062bc9 (patch)
tree2a4563aad6e6e15b77f5a95cde5f25ccc63edcd4
parent87e827579a4cd3c478ff78184e46ebded4173eeb (diff)
downloadaur-4beb3c3b053205eca7555a5358a97e4d1e062bc9.tar.gz
Tomb 2.4 released, require tomb or tomb-git
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc73dcf559f2..0db01da6b51a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
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 = 2
+ pkgrel = 3
url = https://github.com/roddhjav/pass-tomb
arch = any
license = GPL3
depends = pass
- depends = tomb-git
+ depends = tomb
source = https://github.com/roddhjav/pass-tomb/archive/v0.5.tar.gz
sha512sums = bde548496884cfb3f24284a6f9b17e743a42446cd4472e7dbc86eaa9fb62fd94b9362f952b27ad7bd0e3e9a4ca2e38380e32ce35770013dbf6709527dbc9b9f0
diff --git a/PKGBUILD b/PKGBUILD
index 31352b4c79ed..6df103546476 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname='pass-tomb'
pkgver=0.5
-pkgrel=2
+pkgrel=3
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'
license=('GPL3')
depends=('pass'
- 'tomb-git')
+ 'tomb')
source=(https://github.com/roddhjav/pass-tomb/archive/v${pkgver}.tar.gz)
sha512sums=('bde548496884cfb3f24284a6f9b17e743a42446cd4472e7dbc86eaa9fb62fd94b9362f952b27ad7bd0e3e9a4ca2e38380e32ce35770013dbf6709527dbc9b9f0')