summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Morr2015-12-28 14:55:18 +0100
committerSebastian Morr2015-12-28 14:55:18 +0100
commitf2f4d110ab0126d5690a1851b16601b0f6aa0038 (patch)
treea95934bb22bb6a8d18360c3fd5549ac731c84f50
parent27ee4c8b9de1420120de6dac2ee19fc8681c523d (diff)
downloadaur-f2f4d110ab0126d5690a1851b16601b0f6aa0038.tar.gz
Update to v0.4.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dd0d3178d974..199d758f71ac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Mon Dec 28 13:55:10 UTC 2015
pkgbase = nordlicht
pkgdesc = Creates colorful moviebarcodes from video files, comes with a shared C library
- pkgver = 0.3.5
- pkgrel = 2
+ pkgver = 0.4.0
+ pkgrel = 1
url = http://github.com/nordlicht/nordlicht
arch = i686
arch = x86_64
@@ -12,8 +14,8 @@ pkgbase = nordlicht
depends = ffmpeg
depends = libpng
depends = popt
- source = https://github.com/nordlicht/nordlicht/archive/v0.3.5.tar.gz
- md5sums = 0d9da375be20b0722f7ae15f3974c37a
+ source = https://github.com/nordlicht/nordlicht/archive/v0.4.0.tar.gz
+ md5sums = 9c49d2b9dfcddfeda574519a1da9cac8
pkgname = nordlicht
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"