summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Morr2016-01-02 21:37:00 +0100
committerSebastian Morr2016-01-02 21:37:43 +0100
commitabad0fd66db9f8ad3ef507343df8bf18c63c6540 (patch)
treef5971c2de1518e0c3774a6b228931ef62022a9b4
parent7c0d8c89157707360d07ed60eac4482077fa5237 (diff)
downloadaur-abad0fd66db9f8ad3ef507343df8bf18c63c6540.tar.gz
Bump to v0.4.2
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7067d98cdadb..99ad75652775 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Jan 2 19:47:10 UTC 2016
+# Sat Jan 2 20:36:56 UTC 2016
pkgbase = nordlicht
pkgdesc = Creates colorful moviebarcodes from video files, comes with a shared C library
- pkgver = 0.4.1
+ pkgver = 0.4.2
pkgrel = 1
url = http://github.com/nordlicht/nordlicht
arch = i686
@@ -12,9 +12,8 @@ pkgbase = nordlicht
makedepends = cmake
makedepends = help2man
depends = ffmpeg
- depends = libpng
depends = popt
- source = https://github.com/nordlicht/nordlicht/archive/v0.4.1.tar.gz
+ source = https://github.com/nordlicht/nordlicht/archive/v0.4.2.tar.gz
md5sums = 5e1a111ad7968081300c3ac2edc1560a
pkgname = nordlicht
diff --git a/PKGBUILD b/PKGBUILD
index 211882f3b555..d0f4c6e064b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Sebastian Morr <sebastian@morr.cc>
pkgname=nordlicht
-pkgver=0.4.1
-pkgrel=2
+pkgver=0.4.2
+pkgrel=1
pkgdesc="Creates colorful moviebarcodes from video files, comes with a shared C library"
arch=('i686' 'x86_64')
url="http://github.com/nordlicht/nordlicht"
@@ -10,7 +10,7 @@ license=('GPL')
depends=('ffmpeg' 'popt')
makedepends=('git' 'cmake' 'help2man')
source=(https://github.com/nordlicht/$pkgname/archive/v$pkgver.tar.gz)
-md5sums=('5e1a111ad7968081300c3ac2edc1560a')
+md5sums=('818adda932f7085c2ca56be9ff118442')
build() {
cd "$pkgname-$pkgver"