Explorar el Código

Update 'PKGBUILD'

Nathaniel van Diepen hace 4 años
padre
commit
4f80b9ffca
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      PKGBUILD

+ 1 - 1
PKGBUILD

@@ -9,7 +9,7 @@ pkgrel=1
 pkgdesc="a TI-8x emulator based on Wabbitemu"
 arch=('any')
 source=("git+https://github.com/alberthdev/wxwabbitemu.git")
-depends=('wxgtk>=2.8')
+depends=('wxgtk')
 license=('custom')
 build() {
 	cd $srcdir/$pkgname/build;