summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b7ab435b7ca..7a44225fe330 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Jan 24 19:48:10 UTC 2016
+# Mon Jan 9 23:15:36 UTC 2017
pkgbase = nordlicht
- pkgdesc = Creates colorful moviebarcodes from video files, comes with a shared C library
- pkgver = 0.4.4
+ pkgdesc = Creates colorful timebars from video and audio files, comes with a shared C library. Inspired by the moviebarcode tumblr.
+ pkgver = 0.4.5
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.4.tar.gz
- md5sums = 819b58764d22d1cd54e4f11bd4c002f9
+ source = https://github.com/nordlicht/nordlicht/archive/v0.4.5.tar.gz
+ md5sums = ba517dcb73241af3b273e44ec4de116a
pkgname = nordlicht
diff --git a/PKGBUILD b/PKGBUILD
index b060a0cdcd2c..4119dc41ea07 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Sebastian Morr <sebastian@morr.cc>
pkgname=nordlicht
-pkgver=0.4.4
+pkgver=0.4.5
pkgrel=1
-pkgdesc="Creates colorful moviebarcodes from video files, comes with a shared C library"
+pkgdesc="Creates colorful timebars from video and audio files, comes with a shared C library. Inspired by the moviebarcode tumblr."
arch=('i686' 'x86_64')
url="http://github.com/nordlicht/nordlicht"
license=('GPL')
depends=('ffmpeg' 'popt')
makedepends=('git' 'cmake' 'help2man')
source=(https://github.com/nordlicht/$pkgname/archive/v$pkgver.tar.gz)
-md5sums=('819b58764d22d1cd54e4f11bd4c002f9')
+md5sums=('ba517dcb73241af3b273e44ec4de116a')
build() {
cd "$pkgname-$pkgver"