summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Morr2016-01-02 20:54:08 +0100
committerSebastian Morr2016-01-02 20:54:08 +0100
commit7c0d8c89157707360d07ed60eac4482077fa5237 (patch)
tree2c8e57ac52dcd61f0cfd1de723e0921b718a348c
parent2501d84b3e5a95ac9ea5fa0f1d07124cee5ff917 (diff)
downloadaur-7c0d8c89157707360d07ed60eac4482077fa5237.tar.gz
Drop libpng dependency
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c66ab38e3580..211882f3b555 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=nordlicht
pkgver=0.4.1
-pkgrel=1
+pkgrel=2
pkgdesc="Creates colorful moviebarcodes from video files, comes with a shared C library"
arch=('i686' 'x86_64')
url="http://github.com/nordlicht/nordlicht"
license=('GPL')
-depends=('ffmpeg' 'libpng' 'popt')
+depends=('ffmpeg' 'popt')
makedepends=('git' 'cmake' 'help2man')
source=(https://github.com/nordlicht/$pkgname/archive/v$pkgver.tar.gz)
md5sums=('5e1a111ad7968081300c3ac2edc1560a')