summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVaporeon2022-02-24 13:32:38 +1300
committerVaporeon2022-02-24 13:32:38 +1300
commitb4df50fef21fa8f92a5f14c066ff0c1a0b5a4c3d (patch)
tree7e92053b20c09d648cf04f6c29ed9a0d2dcf5c73
parenta8148b978f821862afa5ccd14706b7b66a713802 (diff)
downloadaur-b4df50fef21fa8f92a5f14c066ff0c1a0b5a4c3d.tar.gz
Qt6 is now the upstream default
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 989c1dd5f62a..285207782c75 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = superdux-git
pkgdesc = A Qt-based interface of SameBoy, An accuracy-focused Game Boy/Game Boy Color emulator (git build)
- pkgver = 0.1.0.r301.dda2581+r1690.7e5e6729
+ pkgver = 0.1.0.r357.b5fa7ef+r1798.8073e3d3
pkgrel = 1
url = https://github.com/SnowyMouse/superdux
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index b226590fbe76..cc101c695c93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Vaporeon <vaporeon@vaporeon.io>
pkgname=superdux-git
-pkgver=0.1.0.r301.dda2581+r1690.7e5e6729
+pkgver=0.1.0.r357.b5fa7ef+r1798.8073e3d3
pkgrel=1
pkgdesc="A Qt-based interface of SameBoy, An accuracy-focused Game Boy/Game Boy Color emulator (git build)"
depends=('qt6-base')
@@ -31,7 +31,6 @@ prepare() {
build() {
cd "$srcdir"/build
cmake ../${pkgname%-git} -G Ninja \
- -DBUILD_QT5_VERSION=off \
-DSAMEBOY_SOURCE_DIR="${srcdir}"/SameBoy \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX="$pkgdir/usr"