summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJakub Kądziołka2020-06-01 01:44:40 +0200
committerJakub Kądziołka2020-06-01 01:44:40 +0200
commitb4383f1b71edd299ce6da814f39e26e8fc69424a (patch)
tree32e4359d553085aab15f5186bf00f1354dd037fc /PKGBUILD
parent80de149af9b0e7e2af9258c30da203c91847fe57 (diff)
downloadaur-b4383f1b71edd299ce6da814f39e26e8fc69424a.tar.gz
Remove the no-longer-necessary workaround for -Wpartial-availability
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eade37589223..ec9522447676 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,12 @@
pkgname=sameboy-git
pkgdesc="An accuracy-focused Game Boy/Game Boy Color emulator"
-pkgver=903.9e44306
+pkgver=1266.9e8b4345
pkgrel=1
arch=(x86_64)
url="https://github.com/LIJI32/SameBoy"
license=(MIT)
+provides=(sameboy)
depends=(sdl2)
# Upstream suggests using clang, but gcc is supported on Linux: https://github.com/LIJI32/SameBoy/issues/164#issuecomment-486464194
makedepends=(rgbds make git)
@@ -14,8 +15,7 @@ source=(git+https://github.com/LIJI32/SameBoy)
sha1sums=(SKIP)
prepare(){
- sed -i 's/-Werror //' SameBoy/Makefile
- sed -i 's/-Wpartial-availability //' SameBoy/Makefile
+ sed -i 's/-Werror//' SameBoy/Makefile
}
pkgver(){