aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2021-06-18 13:06:00 +0200
committerbartus2021-06-18 13:06:00 +0200
commit99327cdf08eeb06511053b3304d140f7af619706 (patch)
treedc3cde5e4060e48fc75a6629f06b4f46a6f3aa11
parente590e6ab9e9aaf298fae769d517e5d23fd0588cf (diff)
downloadaur-99327cdf08eeb06511053b3304d140f7af619706.tar.gz
Add FRAGMENT env var.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 075d74f990d0..15ea6a505039 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gimp-develop-git
pkgdesc = GNU Image Manipulation Program (non-conflicting git version)
- pkgver = 2.99.5.r271.b1e16dbf67
+ pkgver = 2.99.5.r184.1e76829989
pkgrel = 1
epoch = 1
url = https://www.gimp.org
@@ -64,10 +64,9 @@ pkgbase = gimp-develop-git
optdepends = zlib: Compression routines
optdepends = gjs: JavaScript scripting support
optdepends = luajit: LUA scripting support
- source = git+https://gitlab.gnome.org/GNOME/gimp.git
+ source = git+https://gitlab.gnome.org/GNOME/gimp.git#branch=master
source = linux.gpl
sha512sums = SKIP
sha512sums = 6f33d57f242fa8ce04b65e06a712bd54677306a45b22cb853fbe348089cd4673bd4ed91073074fe067166fe8951c370f8bbbc386783e3ed5170d52e9062666fe
pkgname = gimp-develop-git
-
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')