summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 044e103c475b..59aea83e050a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pass-tomb
pkgdesc = A pass extension that helps you to keep the whole tree of password encrypted inside a tomb.
pkgver = 1.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/roddhjav/pass-tomb
arch = any
license = GPL3
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
}