summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohnathan Jenkins2016-10-26 18:54:50 -0700
committerJohnathan Jenkins2016-10-26 18:54:50 -0700
commit7c92f1691c5f49939662640dbde4e367532fa2a4 (patch)
treeb7874dd8f033cf683b7fce50d730c7d81f1256f2 /PKGBUILD
parentee30ff859e099ae48ceaf804a0d3e9bc98747c53 (diff)
downloadaur-7c92f1691c5f49939662640dbde4e367532fa2a4.tar.gz
add sdl2 depend
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c1df306c1297..c7dedc3f6080 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=flif
_pkgname=FLIF
pkgver=0.2
-pkgrel=1
+pkgrel=2
pkgdesc="Free Lossless Image Format"
arch=("i686" "x86_64")
url="https://github.com/FLIF-hub/FLIF"
license=('GPL3')
conflicts=('flif-git')
-depends=('zlib' 'libpng')
+depends=('zlib' 'libpng' 'sdl2')
makedepends=('git')
source=("https://github.com/FLIF-hub/FLIF/archive/v${pkgver//_/-}.tar.gz")
md5sums=('7ab5825cf9051690ed88e274a6c5ec6b')