aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2021-02-14 21:56:07 +0100
committerbartus2021-02-14 21:56:07 +0100
commit7e88bd5156b6fa8319b2d36e41518a5c477529c7 (patch)
treebea3e104d71c47fcb01539ba8c3b9449522904c5
parent9c6acd4c13cf56a17613fcc66a4bd47772e53608 (diff)
downloadaur-7e88bd5156b6fa8319b2d36e41518a5c477529c7.tar.gz
Fix shellcheck warning
-rw-r--r--PKGBUILD2
-rw-r--r--PKGBUILD.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7162350529d4..16a13f934a2e 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:=0}" # switch to autotools `makepkg DISABLE_MESON=1`
((DISABLE_MESON)) && makedepends+=('vala') || makedepends+=('meson')
pkgname=gimp-git
diff --git a/PKGBUILD.in b/PKGBUILD.in
index 2cb64ecba193..6ffdaaed28df 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:=0}" # switch to autotools `makepkg DISABLE_MESON=1`
((DISABLE_MESON)) && makedepends+=('vala') || makedepends+=('meson')
pkgname=gimp-git