summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2020-08-02 19:52:17 +0200
committerhaawda2020-08-02 19:52:17 +0200
commit145019e7ac9d76a9ce92ff9575a69e73fcab5f88 (patch)
tree8dbee60f5f7f7184e8cd22f1f6c8841e56cec290 /PKGBUILD
parent2ac8f228438b4b2ae8df4c0a096512f29c258d76 (diff)
downloadaur-145019e7ac9d76a9ce92ff9575a69e73fcab5f88.tar.gz
fix build options
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c17ec6a46fea..4e4bb9353e49 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=dia-git
_pkgname=dia
-pkgver=6567.51ef0dec
+pkgver=6576.793f0966
pkgrel=1
pkgdesc="A GTK+ based diagram creation program (GIT VERSION)"
arch=('x86_64')
@@ -35,7 +35,7 @@ prepare() {
build() {
cd ${_pkgname}
- meson --prefix /usr --buildtype=plain --with-python=NO . build
+ meson --prefix /usr --buildtype=plain . build
ninja -j1 -C build
}