summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwspvlv2021-05-22 16:59:39 +0300
committerwspvlv2021-05-22 16:59:39 +0300
commita5efae5ae8c282cb70a0d8fa1e84621646b2833c (patch)
treed940aa6a332aa346670cc3e5d50cfbd4c7c803b8 /PKGBUILD
parent566f22a67adb56f25f11aa5a811d89f7e0b20c62 (diff)
downloadaur-wimg.tar.gz
Fixxed dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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=()