summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn ShaggyTwoDope Jenkins2015-10-06 03:24:00 -0700
committerJohn ShaggyTwoDope Jenkins2015-10-06 03:24:00 -0700
commit397b46a5e38d55545b1005c72972b9ecfa91e1ee (patch)
tree6ec4ec59e3c542ec1885e10758fdfbf906fd5117
parentd81cd0d1d449b74abb1cf203441607a32899fa7c (diff)
downloadaur-397b46a5e38d55545b1005c72972b9ecfa91e1ee.tar.gz
depends added
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD1
2 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 09875ecd43ce..02a4c1f2c125 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Oct 3 17:27:52 UTC 2015
+# Tue Oct 6 10:23:58 UTC 2015
pkgbase = flif-git
pkgdesc = Free Lossless Image Format
pkgver = r33.232a336
@@ -9,6 +9,8 @@ pkgbase = flif-git
arch = x86_64
license = GPL3
makedepends = git
+ depends = zlib
+ depends = libpng
conflicts = flif
source = git+https://github.com/jonsneyers/FLIF.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 6ce714fef3a6..9b3ee3b94c53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ arch=("i686" "x86_64")
url="https://github.com/jonsneyers/FLIF"
license=('GPL3')
conflicts=('flif')
+depends=('zlib' 'libpng')
makedepends=('git')
source=('git+https://github.com/jonsneyers/FLIF.git')
sha256sums=('SKIP')