aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2021-02-15 11:46:32 +0100
committerbartus2021-02-15 11:46:32 +0100
commit30b4a0f0f7f66e607d2d5e66926a68766ed96e99 (patch)
tree5cfb86fef3ddd51c0810c428eb4a82cb3cafb4de
parent7e88bd5156b6fa8319b2d36e41518a5c477529c7 (diff)
downloadaur-30b4a0f0f7f66e607d2d5e66926a68766ed96e99.tar.gz
Defer to autotools since #6447 is fixed
-rw-r--r--PKGBUILD4
-rw-r--r--PKGBUILD.in2
2 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 16a13f934a2e..52e8ce4cfd1f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Alexander Hunziker <alex.hunziker@gmail.com>
# Contributor: Alessio Biancalana <dottorblaster@gmail.com>
-: DISABLE_MESON="${DISABLE_MESON:=0}" # switch to autotools `makepkg DISABLE_MESON=1`
+: DISABLE_MESON="${DISABLE_MESON:=1}" # switch to autotools `makepkg DISABLE_MESON=1`
((DISABLE_MESON)) && makedepends+=('vala') || makedepends+=('meson')
pkgname=gimp-git
@@ -13,7 +13,7 @@ _pkgname=${pkgname%-git}
provides=(gimp)
conflicts=(gimp)
epoch=2
-pkgver=2.99.5.r167.a4a9e17bf1
+pkgver=2.99.5.r171.09bce474b1
pkgrel=1
pkgdesc="GNU Image Manipulation Program"
arch=('i686' 'x86_64')
diff --git a/PKGBUILD.in b/PKGBUILD.in
index 6ffdaaed28df..7403237c4a0f 100644
--- a/PKGBUILD.in
+++ b/PKGBUILD.in
@@ -5,7 +5,7 @@
# Contributor: Alexander Hunziker <alex.hunziker@gmail.com>
# Contributor: Alessio Biancalana <dottorblaster@gmail.com>
-: DISABLE_MESON="${DISABLE_MESON:=0}" # switch to autotools `makepkg DISABLE_MESON=1`
+: DISABLE_MESON="${DISABLE_MESON:=1}" # switch to autotools `makepkg DISABLE_MESON=1`
((DISABLE_MESON)) && makedepends+=('vala') || makedepends+=('meson')
pkgname=gimp-git