aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2021-07-04 23:03:06 +0200
committerbartus2021-07-04 23:07:18 +0200
commitffba7564db3e8917f5cda809670cffcb9c43cb1a (patch)
tree83470b65dd3a990b0fb280c2d0c26948818bb24d
parent99327cdf08eeb06511053b3304d140f7af619706 (diff)
downloadaur-ffba7564db3e8917f5cda809670cffcb9c43cb1a.tar.gz
Update PKGBUILD.in
-rw-r--r--PKGBUILD.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD.in b/PKGBUILD.in
index 67eefda06f5c..7abf59e02ffa 100644
--- a/PKGBUILD.in
+++ b/PKGBUILD.in
@@ -5,6 +5,9 @@
# Contributor: Alexander Hunziker <alex.hunziker@gmail.com>
# Contributor: Alessio Biancalana <dottorblaster@gmail.com>
+# Configuration
+_fragment="${FRAGMENT:-#branch=master}"
+
pkgname=gimp-develop-git
_pkgname=${pkgname%-develop-git}
epoch=1
@@ -58,7 +61,7 @@ optdepends=('gutenprint: for sophisticated printing only as gimp has built-in cu
'gjs: JavaScript scripting support'
'luajit: LUA scripting support'
)
-source=('git+https://gitlab.gnome.org/GNOME/gimp.git'
+source=("git+https://gitlab.gnome.org/GNOME/gimp.git${_fragment}"
'linux.gpl')
sha512sums=('SKIP'
'6f33d57f242fa8ce04b65e06a712bd54677306a45b22cb853fbe348089cd4673bd4ed91073074fe067166fe8951c370f8bbbc386783e3ed5170d52e9062666fe')