summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4c9745324af..cd7f3e661d29 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dia-git
pkgdesc = A GTK+ based diagram creation program (GIT VERSION)
- pkgver = 6506.12507577
+ pkgver = 6567.51ef0dec
pkgrel = 1
url = http://live.gnome.org/Dia
arch = x86_64
@@ -20,7 +20,7 @@ pkgbase = dia-git
conflicts = dia
options = docs
options = !emptydirs
- source = git+https://gitlab.gnome.org/GNOME/dia.git#commit=12507577c9b3acdf150777610dd87a341c5c1eb9
+ source = git+https://gitlab.gnome.org/GNOME/dia.git
md5sums = SKIP
pkgname = dia-git
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
}