summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f0871430659..a86f09c0637c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lib_amxm-git
pkgdesc = Generic C-implementation of modular support
- pkgver = v0.0.19.r0.g338a718
+ pkgver = v0.0.20.r0.gb91c255
pkgrel = 1
url = https://gitlab.com/soft.at.home/ambiorix/libraries/libamxm
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 2583660de740..ae02f0fce699 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: fenrig <fenrig.linux at outlook.com>
pkgname=lib_amxm-git
-pkgver=v0.0.19.r0.g338a718
+pkgver=v0.0.20.r0.gb91c255
pkgrel=1
pkgdesc="Generic C-implementation of modular support"
arch=('any')
@@ -36,5 +36,5 @@ build() {
package() {
cd "${pkgname}"
- make DEST="${pkgdir}/" INSTALL_LIB_DIR="/lib" install
+ make DEST="${pkgdir}/" LIBDIR="/usr/lib" install
}