summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Van Gestel2020-12-03 19:29:48 +0100
committerMatthias Van Gestel2020-12-03 19:29:48 +0100
commitd250f5f177d14f4f505b8fc0df6ef156c6317488 (patch)
tree9ed0459c9f450a78531959721b7d35df48f85d73
parent97dc450d3cb6b1fb239ed617827be34458ec5fac (diff)
downloadaur-d250f5f177d14f4f505b8fc0df6ef156c6317488.tar.gz
Update to version v1.0.1
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0aa374e9270..c2cca0133b93 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lib_amxc-git
pkgdesc = Generic C-implementation of data containers
- pkgver = v0.7.4.r0.g89d63bc
+ pkgver = v1.0.1.r0.gac2487f
pkgrel = 1
url = https://gitlab.com/soft.at.home/ambiorix/libraries/libamxc
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 5f2388fadf58..66930f45b762 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: fenrig <fenrig.linux at outlook.com>
pkgname=lib_amxc-git
-pkgver=v0.7.4.r0.g89d63bc
+pkgver=v1.0.1.r0.gac2487f
pkgrel=1
pkgdesc="Generic C-implementation of data containers"
arch=('any')
@@ -35,5 +35,5 @@ build() {
package() {
cd "${pkgname}"
- make DEST="${pkgdir}/" INSTALL_LIB_DIR="/lib" install
+ make DEST="${pkgdir}/" LIBDIR="/usr/lib" install
}