summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Jensen2022-08-05 16:49:14 -0600
committerNathan Jensen2022-08-05 16:49:14 -0600
commit48e293386d9566585adbb741b07796944f6996d7 (patch)
tree6f2dfd8840a87456a4c8a4c145ed49d2a7dff7f9
parent0076a09cb5e5196ae1be6a81227ad48a5d8d20e1 (diff)
downloadaur-48e293386d9566585adbb741b07796944f6996d7.tar.gz
Change dependency to wxwidgets-gtk3
-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
}