summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12b5d1760f08..a452865db584 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = wimg
license = GPL3
depends = sdl2
depends = wlib
+ depends = sdl2_image
source = wimg-0.1.tar.gz
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index f538792fade8..a27938fa6b5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Wispy <wspvlv@gmail.com>
pkgname=wimg
pkgver=0.1
-pkgrel=1
+pkgrel=2
pkgdesc="A minimalistic image viewer made with WLib and SDL2"
arch=(x86_64)
url=""
license=('GPL3')
groups=()
-depends=( sdl2 wlib )
+depends=( sdl2 wlib sdl2_image )
makedepends=()
optdepends=()
provides=()