summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Mogas da Silva2018-01-20 19:27:33 +0000
committerCarlos Mogas da Silva2018-01-20 19:27:33 +0000
commitf98d075384c86340d586f097ac857a72f2bf3397 (patch)
tree6be9579621141a62d1f4c7eee93400e45b6e6251 /PKGBUILD
parent23651829bda18c44041b4881bfc9e3f4f69b3631 (diff)
downloadaur-f98d075384c86340d586f097ac857a72f2bf3397.tar.gz
Don't build a debug build (doesn't polute log)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b725db5737fd..7e30dc426a75 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=corebird
pkgver=1.7.3
-pkgrel=1
+pkgrel=2
pkgdesc="Native Gtk+ Twitter Client"
arch=('i686' 'x86_64')
license=('GPL')
@@ -32,6 +32,7 @@ conflicts=('corebird-git')
build() {
cd ${pkgname}-${pkgver}
+ sed -i -e "s|buildtype=debug|buildtype=release|g" meson.build
meson builddir --prefix=/usr -D VIDEO=yes -D SPELLCHECK=yes
ninja -C builddir
}