summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Van Gestel2021-05-04 20:16:17 +0200
committerMatthias Van Gestel2021-05-04 20:16:17 +0200
commitb4c512c12a2b39f28780eb4dbdb262aea4d5b29e (patch)
treecaba1c25c4e507724aab0006e1e57616af3fe83d
parent622b22ce3a56b65afbb2cfa3fd2c90af5a567d99 (diff)
downloadaur-b4c512c12a2b39f28780eb4dbdb262aea4d5b29e.tar.gz
Update to v0.0.20.r0.gb91c255
-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
}