summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSebastian Morr2017-01-10 00:16:03 +0100
committerSebastian Morr2017-01-10 00:16:03 +0100
commit88899a7ca55b934b4d934a4166809d4e41c06147 (patch)
tree0ee83be70139f4c70e77e29e1fdc9ee524214ffc /PKGBUILD
parent79cd79699b7ed23166c3a67ec0779afb5db1e5cf (diff)
downloadaur-nordlicht.tar.gz
Bump to v0.4.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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"