summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Goldsmith2016-07-28 00:16:45 -0400
committerAdam Goldsmith2016-07-28 00:16:45 -0400
commitaa5e962310e50f61c1f3c5ddabd0f3e2a2ad8787 (patch)
tree41e86a761ca1e85374550d57d64db0e5837fc39b
parentc34142c7e69599a03128152e0034c7f168e79f09 (diff)
downloadaur-aa5e962310e50f61c1f3c5ddabd0f3e2a2ad8787.tar.gz
Fix libdir (was trying to use lib64)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a758aacc8ae0..2823770dfbb6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Feb 15 15:27:25 UTC 2016
+# Thu Jul 28 04:16:26 UTC 2016
pkgbase = libarcus-git
pkgdesc = A library designed to facilitate the communication between Cura and its backend and similar code.
- pkgver = r237.22e3fea
+ pkgver = r278.314ead4
pkgrel = 1
url = https://github.com/Ultimaker/libArcus
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index de961e71ec12..188a615d8ac9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Adam Goldsmith <contact@adamgoldsmith.name>
pkgname=libarcus-git
-pkgver=r237.22e3fea
+pkgver=r278.314ead4
pkgrel=1
pkgdesc="A library designed to facilitate the communication between Cura and its backend and similar code."
arch=('i686' 'x86_64')
@@ -27,7 +27,7 @@ prepare(){
build() {
mkdir -p libArcus/build
cd libArcus/build
- cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_EXAMPLES=OFF -DCMAKE_INSTALL_PREFIX=/usr ..
+ cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_LIBDIR=lib -DBUILD_EXAMPLES=OFF -DCMAKE_INSTALL_PREFIX=/usr ..
make
}