summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Pujol2019-09-06 12:52:13 +0100
committerAlexandre Pujol2019-09-06 12:52:13 +0100
commit4d73d8e491fbd66077bbb3c38f50a0f4816a27d7 (patch)
tree1d537cb52134b2607973e834dda922bcb0e2b656
parent1d3a6a4429257e93178f55de9d26db7414c66ecb (diff)
downloadaur-4d73d8e491fbd66077bbb3c38f50a0f4816a27d7.tar.gz
upgpkg: tomb 2.6-2
Fix source paths.
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD15
2 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8009643a1934..3e96f70955b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,16 @@
-# Generated by mksrcinfo v8
-# Sun 21 Jul 2019 10:31:51 AM CEST
pkgbase = tomb
pkgdesc = Crypto Undertaker, a simple tool to manage encrypted storage
pkgver = 2.6
- pkgrel = 1
+ pkgrel = 2
url = https://www.dyne.org/software/tomb/
install = tomb.install
arch = i686
arch = x86_64
license = GPL3
- source = https://files.dyne.org/tomb/Tomb-2.6.tar.gz
- source = https://files.dyne.org/tomb/Tomb-2.6.tar.gz.sha
- source = https://files.dyne.org/tomb/Tomb-2.6.tar.gz.asc
+ source = https://files.dyne.org/tomb/releases/Tomb-2.6.tar.gz
+ source = https://files.dyne.org/tomb/releases/Tomb-2.6.tar.gz.sha
+ source = https://files.dyne.org/tomb/releases/Tomb-2.6.tar.gz.asc
+ validpgpkeys = 6113D89CA825C5CEDD02C87273B35DA54ACB7D10
sha256sums = 02b650a37c4638458f55c84db5fcfdbd57f565685581d691f59155932c9323eb
sha256sums = b75d34a38554b77ff5a474d6255b13ffa1670bd158e6e86b612e244a8537e399
sha256sums = 18be42c2a55eb94a0a5f61cb5bb1bd7078e98492451dc937f953c6fd295a0d45
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
}