summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSebastian Morr2016-01-02 20:53:18 +0100
committerSebastian Morr2016-01-02 20:53:18 +0100
commit2501d84b3e5a95ac9ea5fa0f1d07124cee5ff917 (patch)
treebbdcb1276eb1289a5f53bc37b41a2a726cbcff0c /PKGBUILD
parentf2f4d110ab0126d5690a1851b16601b0f6aa0038 (diff)
downloadaur-2501d84b3e5a95ac9ea5fa0f1d07124cee5ff917.tar.gz
Update to v0.4.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 42978bd8f880..c66ab38e3580 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sebastian Morr <sebastian@morr.cc>
pkgname=nordlicht
-pkgver=0.4.0
+pkgver=0.4.1
pkgrel=1
pkgdesc="Creates colorful moviebarcodes from video files, comes with a shared C library"
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ license=('GPL')
depends=('ffmpeg' 'libpng' 'popt')
makedepends=('git' 'cmake' 'help2man')
source=(https://github.com/nordlicht/$pkgname/archive/v$pkgver.tar.gz)
-md5sums=('9c49d2b9dfcddfeda574519a1da9cac8')
+md5sums=('5e1a111ad7968081300c3ac2edc1560a')
build() {
cd "$pkgname-$pkgver"