summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7ba9bc45b989..1995a58586ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='pass-tomb'
pkgver=1.2
-pkgrel=1
+pkgrel=2
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'
@@ -22,11 +22,11 @@ validpgpkeys=('06A26D531D56C42D66805049C5469996F0DF68EC')
# The checks require root access
# check() {
-# cd "$srcdir/$pkgname-$pkgver/"
+# cd "$pkgname-$pkgver"
# make tests
# }
package() {
- cd "$srcdir/$pkgname-$pkgver/"
+ cd "$pkgname-$pkgver"
make DESTDIR="$pkgdir" FORCE_ALL=1 install
}