summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9b547d2ff94..9005811753ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = pcem
pkgdesc = Emulator for various IBM PC computers and clones.
pkgver = 17
- pkgrel = 2
+ pkgrel = 3
url = http://pcem-emulator.co.uk/
arch = x86_64
arch = i686
license = GPL2
- depends = wxgtk2
+ depends = wxwidgets-gtk3
depends = openal
depends = sdl2
depends = alsa-lib
diff --git a/PKGBUILD b/PKGBUILD
index c03ed6ec91ce..352c5deb262e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,18 +3,18 @@
# Contributor: Natalia Portillo <claunia@clania.com>
pkgname=pcem
pkgver=17
-pkgrel=2
+pkgrel=3
pkgdesc="Emulator for various IBM PC computers and clones."
url="http://pcem-emulator.co.uk/"
arch=('x86_64' 'i686')
license=('GPL2')
-depends=('wxgtk2' 'openal' 'sdl2' 'alsa-lib')
+depends=('wxwidgets-gtk3' 'openal' 'sdl2' 'alsa-lib')
source=("http://pcem-emulator.co.uk/files/PCemV${pkgver}Linux.tar.gz")
build() {
cd "${srcdir}"
autoreconf
- ./configure --with-wx-config=wx-config-gtk2 --enable-alsa --enable-release-build --enable-networking --prefix=/usr
+ ./configure --enable-alsa --enable-release-build --enable-networking --prefix=/usr
make
}