summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHurricanePootis2023-05-07 17:23:53 -0500
committerHurricanePootis2023-05-07 17:23:53 -0500
commitd75fecf50cd5190261aca2f95c1adf7b24b1fdd4 (patch)
tree680abfa6cd572f82c49ef9eaa4487cedda7fc6b2
parent51df3872af7a537f92ae6303e9fbc503ecacb253 (diff)
downloadaur-d75fecf50cd5190261aca2f95c1adf7b24b1fdd4.tar.gz
Remove robin-map, it messes up the build process
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ccf372b31390..b4a570a51f8e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = citra-git
pkgdesc = An experimental open-source Nintendo 3DS emulator/debugger
pkgver = r9558.f9ab0b304
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/citra-emu/citra/
arch = i686
arch = x86_64
@@ -15,7 +15,6 @@ pkgbase = citra-git
makedepends = boost
makedepends = qt6-tools
makedepends = qt6-multimedia
- makedepends = robin-map
makedepends = clang
depends = ffmpeg
depends = speexdsp
diff --git a/PKGBUILD b/PKGBUILD
index 4eccc65d20b7..647ed45106e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,14 +8,14 @@ _pkgbase='citra'
pkgbase="$_pkgbase-git"
pkgname=("$_pkgbase-git" "$_pkgbase-qt-git")
pkgver=r9558.f9ab0b304
-pkgrel=1
+pkgrel=2
pkgdesc="An experimental open-source Nintendo 3DS emulator/debugger"
arch=('i686' 'x86_64')
url="https://github.com/citra-emu/citra/"
options=("!lto") #Use LTO, free performance (disabled cause thin is set for clang rn)
license=('GPL2')
depends=('ffmpeg' 'speexdsp' 'boost-libs' 'mbedtls' 'libusb' 'openssl' 'glibc' 'gcc-libs' 'libfdk-aac')
-makedepends=('git' 'cmake' 'python' 'doxygen' 'rapidjson' 'llvm' 'boost' 'qt6-tools' 'qt6-multimedia' 'robin-map' 'clang') #Use clang until Issue 6500 is fixed
+makedepends=('git' 'cmake' 'python' 'doxygen' 'rapidjson' 'llvm' 'boost' 'qt6-tools' 'qt6-multimedia' 'clang') #Use clang until Issue 6500 is fixed
source=("$_pkgbase::git+https://github.com/citra-emu/citra.git"
"boost::git+https://github.com/citra-emu/ext-boost.git"
"nihstro::git+https://github.com/neobrain/nihstro.git"