aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbartus2021-06-18 13:06:00 +0200
committerbartus2021-06-18 13:06:00 +0200
commit99327cdf08eeb06511053b3304d140f7af619706 (patch)
treedc3cde5e4060e48fc75a6629f06b4f46a6f3aa11 /PKGBUILD
parente590e6ab9e9aaf298fae769d517e5d23fd0588cf (diff)
downloadaur-99327cdf08eeb06511053b3304d140f7af619706.tar.gz
Add FRAGMENT env var.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 23d5d2deef74..2b42e5f4f228 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,10 +5,13 @@
# 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
-pkgver=2.99.5.r271.b1e16dbf67
+pkgver=2.99.5.r184.1e76829989
pkgrel=1
pkgdesc="GNU Image Manipulation Program (non-conflicting git version)"
arch=('i686' 'x86_64')
@@ -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')