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 bf49996e6df5..3f1af0071dcc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: fenrig <fenrig.linux at outlook.com>
pkgname=amxb-inspect-git
-pkgver=v0.2.0.r0.gc4f1a64
+pkgver=v1.0.2.r0.g8347fa5
pkgrel=1
pkgdesc="Ambiorix Backend inspector/validation tool"
arch=('any')
@@ -36,5 +36,5 @@ build() {
package() {
cd "${pkgname}"
- make DEST="${pkgdir}/" install
+ make DEST="${pkgdir}/" LIBDIR="/usr/lib" install
}