summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 3 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f8f91560f3c..eee94d1061b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = flips-git
pkgdesc = Patcher for IPS and BPS files
pkgver = r56.d95c34c
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Alcaro/Flips
install = flips.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 793df80eefcd..b20cf7c8f3cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=flips-git
_pkgname='Flips'
pkgver=r56.d95c34c
-pkgrel=1
+pkgrel=2
pkgdesc="Patcher for IPS and BPS files"
arch=('any')
url="https://github.com/Alcaro/Flips"
@@ -24,11 +24,8 @@ pkgver() {
build() {
cd "$srcdir/$_pkgname"
- # do not tread warnings as errors
- sed -e "s/\-Werror//g" -i ./make.sh
-
# profile=yes --> use profile-guided optimization (requires 100MB training corpus)
- ./make.sh --profile=no --harden=no
+ CFLAGS=-Wno-error ./make.sh --profile=no --harden=no
}
package() {