summarylogtreecommitdiffstats
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
parent80de149af9b0e7e2af9258c30da203c91847fe57 (diff)
downloadaur-b4383f1b71edd299ce6da814f39e26e8fc69424a.tar.gz
Remove the no-longer-necessary workaround for -Wpartial-availability
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 36a63a0dc5c4..9d3b75777f99 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sameboy-git
pkgdesc = An accuracy-focused Game Boy/Game Boy Color emulator
- pkgver = 903.9e44306
+ pkgver = 1266.9e8b4345
pkgrel = 1
url = https://github.com/LIJI32/SameBoy
arch = x86_64
@@ -9,6 +9,7 @@ pkgbase = sameboy-git
makedepends = make
makedepends = git
depends = sdl2
+ provides = sameboy
source = git+https://github.com/LIJI32/SameBoy
sha1sums = SKIP
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(){