summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Gregoratto2019-10-07 14:36:28 +1100
committerStephen Gregoratto2019-10-07 14:37:07 +1100
commitcd3e8f9febdf96d56fc8ecdf8d5d198fc40eee9f (patch)
treee628cd9837435b9d7e4510b93f73ef638b3b9197
parent1e91b9352e8f292b1290b523a3e4e5ba79b2af22 (diff)
downloadaur-cd3e8f9febdf96d56fc8ecdf8d5d198fc40eee9f.tar.gz
Fix binary install location, whoops
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dded6f94b234..c2ccd9b57d82 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = age-git
pkgdesc = A simple and secure encryption based on UNIX-style composability.
pkgver = r5.0940f18
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/FiloSottile/age
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 142d7e5bd75a..00e354448d62 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: KingofToasters <dev at sgregoratto dot me>
pkgname=age-git
pkgver=r5.0940f18
-pkgrel=1
+pkgrel=2
pkgdesc="A simple and secure encryption based on UNIX-style composability."
url="https://github.com/FiloSottile/age"
license=('custom: BSD')
@@ -33,6 +33,6 @@ check() {
}
package() {
- install -Dm755 "${pkgname%-git}/cmd/age/age" "${pkgdir}/usr/bin/${pkgname%-git}/age"
+ install -Dm755 "${pkgname%-git}/cmd/age/age" "${pkgdir}/usr/bin/${pkgname%-git}"
install -Dm644 "${pkgname%-git}/LICENSE" "$pkgdir/usr/share/licenses/${pkgname}/LICENCE"
}