summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexandre Pujol2019-09-06 12:52:13 +0100
committerAlexandre Pujol2019-09-06 12:52:13 +0100
commit4d73d8e491fbd66077bbb3c38f50a0f4816a27d7 (patch)
tree1d537cb52134b2607973e834dda922bcb0e2b656 /PKGBUILD
parent1d3a6a4429257e93178f55de9d26db7414c66ecb (diff)
downloadaur-4d73d8e491fbd66077bbb3c38f50a0f4816a27d7.tar.gz
upgpkg: tomb 2.6-2
Fix source paths.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 8 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e257e3d02b71..bbc82716dfbe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
-# Maintainer: parazyd <parazyd@dyne.org>
+# Maintainer: Alexandre Pujol <alexandre@pujol.io>
+# Contributor: parazyd <parazyd@dyne.org>
# Contributor: nignux <nignux@freaknet.org>
# Contributor: fauno <fauno@parabola.nu>
# Contributor: BoySka
@@ -6,7 +7,7 @@
pkgbase=tomb
pkgname=(tomb tomb-kdf)
pkgver=2.6
-pkgrel=1
+pkgrel=2
pkgdesc="Crypto Undertaker, a simple tool to manage encrypted storage"
arch=('i686' 'x86_64')
url="https://www.dyne.org/software/tomb/"
@@ -14,9 +15,9 @@ license=('GPL3')
install=${pkgname}.install
source=(
- 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
+ https://files.dyne.org/tomb/releases/Tomb-${pkgver}.tar.gz
+ https://files.dyne.org/tomb/releases/Tomb-${pkgver}.tar.gz.sha
+ https://files.dyne.org/tomb/releases/Tomb-${pkgver}.tar.gz.asc
)
# The first hash comes from the .sha file
@@ -24,12 +25,12 @@ sha256sums=('02b650a37c4638458f55c84db5fcfdbd57f565685581d691f59155932c9323eb'
'b75d34a38554b77ff5a474d6255b13ffa1670bd158e6e86b612e244a8537e399'
'18be42c2a55eb94a0a5f61cb5bb1bd7078e98492451dc937f953c6fd295a0d45')
-# The public key is found at http://jaromil.dyne.org/contact
+# The public key is found at https://keybase.io/jaromil
# gpg --recv-keys 0x73b35da54acb7d10
validpgpkeys=('6113D89CA825C5CEDD02C87273B35DA54ACB7D10')
build() {
- cd ${srcdir}/Tomb-${pkgver}/extras/kdf-keys
+ cd "${srcdir}/Tomb-${pkgver}/extras/kdf-keys"
make
}