summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2015-08-03 00:28:47 +0200
committerGrey Christoforo2015-08-03 00:28:47 +0200
commitcb6d30fdba6c627994c67ddb76c5ae060a393907 (patch)
treed6660a0a9af6c1658c8097644782d686e219a27c
parentb8866c12ae0c03e8ebb178bfe57d9bc108260b85 (diff)
downloadaur-cb6d30fdba6c627994c67ddb76c5ae060a393907.tar.gz
fix lib path
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e95bb8b0ce48..6b46518a8122 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = arcus
pkgdesc = Communication library between internal components for Ultimaker software
pkgver = 15.06.02
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Ultimaker/libArcus
arch = any
license = GPLv3
diff --git a/PKGBUILD b/PKGBUILD
index 23ccac2e6336..92c2114c2fd1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Grey Christoforo <grey[at]christoforo[dot]net>
pkgname=arcus
pkgver=15.06.02
-pkgrel=1
+pkgrel=2
pkgdesc="Communication library between internal components for Ultimaker software"
url="https://github.com/Ultimaker/libArcus"
arch=('any')
@@ -26,6 +26,7 @@ build() {
package() {
cd "${srcdir}/libArcus-master/build"
make DESTDIR="${pkgdir}" install
+ mv ${pkgdir}/usr/lib64 ${pkgdir}/usr/lib
#install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
}