summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexandre Pujol2019-09-07 14:29:39 +0100
committerAlexandre Pujol2019-09-07 14:29:39 +0100
commit4d6bcf2e4400bae20c4eda895a3a10a7997f6de2 (patch)
treef9132ae73d85a1640204913cefe928b0f9888d36 /PKGBUILD
parent4d73d8e491fbd66077bbb3c38f50a0f4816a27d7 (diff)
downloadaur-4d6bcf2e4400bae20c4eda895a3a10a7997f6de2.tar.gz
upgpkg: tomb 2.6-3
Fix check function.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bbc82716dfbe..b491e7d8bf8e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgbase=tomb
pkgname=(tomb tomb-kdf)
pkgver=2.6
-pkgrel=2
+pkgrel=3
pkgdesc="Crypto Undertaker, a simple tool to manage encrypted storage"
arch=('i686' 'x86_64')
url="https://www.dyne.org/software/tomb/"
@@ -36,7 +36,7 @@ build() {
# The checks require root access
#check() {
-# cd ${srcdir}/${pkgname}-${pkgver}
+# cd "${srcdir}/Tomb-${pkgver}"
# make test
#}