summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2020-07-21 19:07:27 +0200
committerhaawda2020-07-21 19:07:27 +0200
commit2ac8f228438b4b2ae8df4c0a096512f29c258d76 (patch)
treead10b88a5715e092b0772f21a62d38a0ed5ac9d4 /PKGBUILD
parent71a14316fa81824bcf90a199f505ade8f04a325d (diff)
downloadaur-2ac8f228438b4b2ae8df4c0a096512f29c258d76.tar.gz
pull from tip
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 48da1a2865a4..c17ec6a46fea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=dia-git
_pkgname=dia
-pkgver=6506.12507577
+pkgver=6567.51ef0dec
pkgrel=1
pkgdesc="A GTK+ based diagram creation program (GIT VERSION)"
arch=('x86_64')
@@ -18,7 +18,7 @@ optdepends=('python2')
provides=('dia')
conflicts=('dia')
options=('docs' '!emptydirs')
-source=("git+https://gitlab.gnome.org/GNOME/dia.git#commit=12507577c9b3acdf150777610dd87a341c5c1eb9")
+source=("git+https://gitlab.gnome.org/GNOME/dia.git")
md5sums=('SKIP')
pkgver() {
@@ -35,7 +35,7 @@ prepare() {
build() {
cd ${_pkgname}
- meson --prefix /usr --buildtype=plain . build
+ meson --prefix /usr --buildtype=plain --with-python=NO . build
ninja -j1 -C build
}