summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Van Gestel2021-05-04 20:43:04 +0200
committerMatthias Van Gestel2021-05-04 20:43:04 +0200
commit4e1c49d23d75f756c01b17bedacc4e36b38ecbfc (patch)
tree483dc23f7f06965b45406688409e02f38323a283
parent74865c9d4666e402bdc247187a85c39a0000749f (diff)
downloadaur-4e1c49d23d75f756c01b17bedacc4e36b38ecbfc.tar.gz
Update to v1.0.2.r0.g30d5526
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da36c9ca01f4..15f0c0fb76b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = amxrt-git
pkgdesc = Ambiorix application runtime
- pkgver = v0.3.0.r0.g3e841ff
+ pkgver = v1.0.2.r0.g30d5526
pkgrel = 1
url = https://gitlab.com/soft.at.home/ambiorix/applications/amxrt.git
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 33dacb8cf392..858a3bb9b7c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: fenrig <fenrig.linux at outlook.com>
pkgname=amxrt-git
-pkgver=v0.3.0.r0.g3e841ff
+pkgver=v1.0.2.r0.g30d5526
pkgrel=1
pkgdesc="Ambiorix application runtime"
arch=('any')
@@ -41,5 +41,5 @@ build() {
package() {
cd "${pkgname}"
- make DEST="${pkgdir}/" install
+ make DEST="${pkgdir}/" LIBDIR="/usr/lib" install
}