summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 59e01b59b09b..12b5d1760f08 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = wimg
pkgrel = 1
arch = x86_64
license = GPL3
- depends = sdl
+ depends = sdl2
depends = wlib
source = wimg-0.1.tar.gz
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 1ee5326484aa..c8e39911b6ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=(x86_64)
url=""
license=('GPL3')
groups=()
-depends=( sdl wlib )
+depends=( sdl2 wlib )
makedepends=()
optdepends=()
provides=()