summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSebastian Morr2015-12-28 14:55:18 +0100
committerSebastian Morr2015-12-28 14:55:18 +0100
commitf2f4d110ab0126d5690a1851b16601b0f6aa0038 (patch)
treea95934bb22bb6a8d18360c3fd5549ac731c84f50 /PKGBUILD
parent27ee4c8b9de1420120de6dac2ee19fc8681c523d (diff)
downloadaur-f2f4d110ab0126d5690a1851b16601b0f6aa0038.tar.gz
Update to v0.4.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d696a189c498..42978bd8f880 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Sebastian Morr <sebastian@morr.cc>
pkgname=nordlicht
-pkgver=0.3.5
-pkgrel=2
+pkgver=0.4.0
+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' 'libpng' 'popt')
makedepends=('git' 'cmake' 'help2man')
source=(https://github.com/nordlicht/$pkgname/archive/v$pkgver.tar.gz)
-md5sums=('0d9da375be20b0722f7ae15f3974c37a')
+md5sums=('9c49d2b9dfcddfeda574519a1da9cac8')
build() {
cd "$pkgname-$pkgver"