summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Morr2016-01-24 20:49:41 +0100
committerSebastian Morr2016-01-24 20:49:41 +0100
commitdc3b1bd5dd307de84fdf655d5fc9de7ffb6ea53c (patch)
tree66796aad84c8130fb256ae06ee81d68c63081a62
parent3bf1d432dda9251b061a4fd21b838acdc98dde1f (diff)
downloadaur-dc3b1bd5dd307de84fdf655d5fc9de7ffb6ea53c.tar.gz
Set CMAKE_INSTALL_LIBDIR
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 09663cf90dc7..ac117bad6f2f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Sun Jan 24 19:49:36 UTC 2016
pkgbase = nordlicht-git
pkgdesc = Creates colorful moviebarcodes from video files, comes with a shared C library
- pkgver = 20150624
+ pkgver = 20160124
pkgrel = 1
url = http://github.com/nordlicht/nordlicht
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 25d859678e30..e8ebc4411225 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=nordlicht-git
_gitname=nordlicht
-pkgver=20150624
+pkgver=20160124
pkgrel=1
pkgdesc="Creates colorful moviebarcodes from video files, comes with a shared C library"
arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@ sha1sums=('SKIP')
build() {
cd "$srcdir/$_gitname"
- cmake -DCMAKE_INSTALL_PREFIX=/usr
+ cmake -DCMAKE_INSTALL_LIBDIR=/usr/lib
make
}