summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 97f9f5e539fc..4adbe60f2887 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=spm
pkgver=1.4.7
-pkgrel=1
+pkgrel=2
pkgdesc="simple password manager, a fork of mneum's tpm"
arch=('any')
url="https://notabug.org/kl3/spm"
@@ -12,7 +12,7 @@ source=("https://notabug.org/kl3/${pkgname}/archive/${pkgver}.tar.gz")
md5sums=('6871e91b3fc652863ad793ec58070392')
package() {
- cd "$srcdir"
+ cd "$srcdir/spm"
make PREFIX=/usr DESTDIR="$pkgdir/" install
install -Dm644 LICENSE "$pkgdir/usr/share/license/$pkgname/LICENSE"