summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Baudisch2018-04-24 08:38:23 +0200
committerJan Baudisch2018-04-24 08:38:23 +0200
commit8eb9abdee128c8870d0116cb4a15ee8ee5b38fa5 (patch)
treecaa45e3cef09d17e460eaa1c77ffe5c8b9392286
parentebc294a35fc914b220974e116733b2613c81ad2c (diff)
downloadaur-8eb9abdee128c8870d0116cb4a15ee8ee5b38fa5.tar.gz
correct dependency
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5a47d8d9287b..488eea20b478 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="A cross-platform TI-8x emulator based on Wabbitemu"
arch=("x86_64")
url="https://github.com/alberthdev/wxwabbitemu"
license=("unknown")
-depends=("wxgtk3")
+depends=("wxgtk2")
source=("$pkgname::git+https://github.com/alberthdev/wxwabbitemu.git")
sha256sums=("SKIP")