summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 330ba1fe3b90..441bc6001710 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=brewtarget
pkgver=3.0.10
-pkgrel=1
+pkgrel=2
pkgdesc="Beer calculator compatible with BeerSmith. Generates instructions from the recipe and interactive mash designer."
url="https://github.com/Brewtarget/brewtarget/"
arch=('x86_64' 'i686')
@@ -24,7 +24,7 @@ prepare() {
# Disable static linking
sed -i 's/static : true/static : false/g' meson.build
# Don't screw with Arch's build flags
- sed -i '/if compliler.getid/ s/gcc/disable/' meson.build
+ sed -i '/if compiler.get_id/ s/gcc/disable/' meson.build
}
build() {