summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Pujol2019-09-07 15:10:59 +0100
committerAlexandre Pujol2019-09-07 15:10:59 +0100
commita55bab7fb38de3cb998025a9d6a5bda3a0e1ad86 (patch)
treecc76c9e53e5a8c5a1ddcc0f8969674a440bfbadd
parentae88d22e78796c5cdd1b7bd7ab6046b5a4740f59 (diff)
downloadaur-a55bab7fb38de3cb998025a9d6a5bda3a0e1ad86.tar.gz
upgpkg: pass-tomb 1.2-2
Cosmetic (2)
-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
}