summaryrefslogtreecommitdiff
path: root/pcr/tomb
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2019-02-21 00:13:11 +0100
committerAndreas Grapentin <andreas@grapentin.org>2019-02-21 00:13:11 +0100
commitcb5a9cc0d53f3616d0d922ee5e649d55c5831f5f (patch)
tree8bdf98cc5f6d5e24892a6e2e735c6fd0b6fd429d /pcr/tomb
parentd24d09dd33df7ab340f5f9e1344fe10406c35975 (diff)
pcr/tomb: updated to 2.5
Diffstat (limited to 'pcr/tomb')
-rw-r--r--pcr/tomb/PKGBUILD32
1 files changed, 16 insertions, 16 deletions
diff --git a/pcr/tomb/PKGBUILD b/pcr/tomb/PKGBUILD
index 2a0e787cf..4abe187a8 100644
--- a/pcr/tomb/PKGBUILD
+++ b/pcr/tomb/PKGBUILD
@@ -1,13 +1,13 @@
-# Maintainer (Arch): parazyd <parazyd@dyne.org>
-# Contributor (Arch): nignux <nignux@freaknet.org>
-# Contributor (Arch): fauno <fauno@parabola.nu>
-# Contributor (Arch): BoySka
+# Maintainer (AUR): parazyd <parazyd@dyne.org>
+# Contributor (AUR): nignux <nignux@freaknet.org>
+# Contributor (AUR): fauno <fauno@parabola.nu>
+# Contributor (AUR): BoySka
# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>
pkgbase=tomb
pkgname=(tomb tomb-kdf)
-pkgver=2.2
-pkgrel=3
+pkgver=2.5
+pkgrel=1
pkgdesc="Crypto Undertaker, a simple tool to manage encrypted storage"
arch=('i686' 'x86_64')
url="https://www.dyne.org/software/tomb/"
@@ -15,22 +15,22 @@ license=('GPL3')
install=${pkgname}.install
source=(
- https://files.dyne.org/${pkgname}/${pkgname}-${pkgver}.tar.gz
- https://files.dyne.org/${pkgname}/${pkgname}-${pkgver}.tar.gz.sha
-
+ https://files.dyne.org/${pkgname}/Tomb-${pkgver}.tar.gz
+ https://files.dyne.org/${pkgname}/Tomb-${pkgver}.tar.gz.sha
+ https://files.dyne.org/${pkgname}/Tomb-${pkgver}.tar.gz.asc
)
# The first hash comes from the .sha file
-sha256sums=('c0172ef8273c4be9322a52b6e503c8bf442ce74028605e198ed5d7e6d090ba86'
- '9ccf20b02f273ba2780ce5f322295d56ddf672b405520024c7c6d6e7720b86f6'
-)
+sha256sums=('8c03693cd4aa1fa7eccbad55dec02474750be7b75180b51f1085ab671bc58689'
+ 'f02373771751371b530776c03561ace67cd7c5655499d766282acc5e736173ba'
+ 'ca1087639a6eb9acb6bc7a0af4839a998034a4e8df2fbfdd02523f23e0779938')
# The public key is found at http://jaromil.dyne.org/contact
# gpg --recv-keys 0x73b35da54acb7d10
-
+validpgpkeys=('6113D89CA825C5CEDD02C87273B35DA54ACB7D10')
build() {
- cd ${srcdir}/${pkgbase}-${pkgver}/extras/kdf-keys
+ cd ${srcdir}/Tomb-${pkgver}/extras/kdf-keys
make
}
@@ -51,7 +51,7 @@ package_tomb() {
)
arch=('any')
- cd "${srcdir}/${pkgname}-${pkgver}"
+ cd "${srcdir}/Tomb-${pkgver}"
make DESTDIR="${pkgdir}" PREFIX=/usr install
}
@@ -59,6 +59,6 @@ package_tomb-kdf() {
pkgdesc="Crypto Undertaker extensions to improve password security"
depends=('libgcrypt')
- cd "${srcdir}/tomb-${pkgver}/extras/kdf-keys"
+ cd "${srcdir}/Tomb-${pkgver}/extras/kdf-keys"
make DESTDIR="${pkgdir}" PREFIX=/usr install
}