summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Kądziołka2020-04-17 12:04:52 +0200
committerJakub Kądziołka2020-04-17 12:04:52 +0200
commit6535f1593bcac7b9196f7384a786f76e7174489c (patch)
tree6e3883840b54a9587a293210380c14bd27bb9c6c
parentd34325dfd0adab1844c9921c0e9553df6e1467c1 (diff)
downloadaur-6535f1593bcac7b9196f7384a786f76e7174489c.tar.gz
Remove problematic warning flag; use https git url
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7ee61da1c9ff..eade37589223 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,11 +10,12 @@ license=(MIT)
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)
-source=(git+ssh://git@github.com/LIJI32/SameBoy.git)
+source=(git+https://github.com/LIJI32/SameBoy)
sha1sums=(SKIP)
prepare(){
sed -i 's/-Werror //' SameBoy/Makefile
+ sed -i 's/-Wpartial-availability //' SameBoy/Makefile
}
pkgver(){