summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Morr2016-01-24 20:43:55 +0100
committerSebastian Morr2016-01-24 20:48:14 +0100
commitd2e5cb6a0279cb99abe290b14f2a85a3fa2fa625 (patch)
treea42996c187b58f1944ace548b6d71aeb2a996821
parentabad0fd66db9f8ad3ef507343df8bf18c63c6540 (diff)
downloadaur-d2e5cb6a0279cb99abe290b14f2a85a3fa2fa625.tar.gz
Bump to v0.4.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99ad75652775..0b7ab435b7ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Jan 2 20:36:56 UTC 2016
+# Sun Jan 24 19:48:10 UTC 2016
pkgbase = nordlicht
pkgdesc = Creates colorful moviebarcodes from video files, comes with a shared C library
- pkgver = 0.4.2
+ pkgver = 0.4.4
pkgrel = 1
url = http://github.com/nordlicht/nordlicht
arch = i686
@@ -13,8 +13,8 @@ pkgbase = nordlicht
makedepends = help2man
depends = ffmpeg
depends = popt
- source = https://github.com/nordlicht/nordlicht/archive/v0.4.2.tar.gz
- md5sums = 5e1a111ad7968081300c3ac2edc1560a
+ source = https://github.com/nordlicht/nordlicht/archive/v0.4.4.tar.gz
+ md5sums = 819b58764d22d1cd54e4f11bd4c002f9
pkgname = nordlicht
diff --git a/PKGBUILD b/PKGBUILD
index d0f4c6e064b0..563906c87c64 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sebastian Morr <sebastian@morr.cc>
pkgname=nordlicht
-pkgver=0.4.2
+pkgver=0.4.4
pkgrel=1
pkgdesc="Creates colorful moviebarcodes from video files, comes with a shared C library"
arch=('i686' 'x86_64')
@@ -10,11 +10,11 @@ license=('GPL')
depends=('ffmpeg' 'popt')
makedepends=('git' 'cmake' 'help2man')
source=(https://github.com/nordlicht/$pkgname/archive/v$pkgver.tar.gz)
-md5sums=('818adda932f7085c2ca56be9ff118442')
+md5sums=('819b58764d22d1cd54e4f11bd4c002f9')
build() {
cd "$pkgname-$pkgver"
- cmake -DCMAKE_INSTALL_PREFIX=/usr
+ cmake -DCMAKE_INSTALL_LIBDIR=/usr/lib
make
}