Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages /
gimp
Commits:
d3cfd345 by Christian Heusel at 2026-01-25T10:07:26+01:00
upgpkg: 3.0.8-1: New upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = gimp
pkgdesc = GNU Image Manipulation Program
- pkgver = 3.0.6
- pkgrel = 2
+ pkgver = 3.0.8
+ pkgrel = 1
url = https://www.gimp.org/
install = gimp.install
arch = x86_64
@@ -22,6 +22,7 @@ pkgbase = gimp
makedepends = vala
depends = appstream
depends = babl
+ depends = bash-completion
depends = cairo
depends = fontconfig
depends = freetype2
@@ -72,9 +73,9 @@ pkgbase = gimp
optdepends = gjs: for JavaScript scripting support
optdepends = gutenprint: for sophisticated printing only as gimp has
built-in cups print support
optdepends = gvfs: for HTTP/S support (and many other schemes)
- source = git+https://gitlab.gnome.org/GNOME/gimp.git#tag=GIMP_3_0_6
+ source = git+https://gitlab.gnome.org/GNOME/gimp.git#tag=GIMP_3_0_8
source = git+https://gitlab.gnome.org/GNOME/gimp-data.git
- sha256sums =
207318f002baa3703197d24bc45267c00564505b0307cd312a2279424ca4d7e2
+ sha256sums =
7737db8e51e7a95a43734cfe8c01cdf8a8391c9d19262348c3f5bee42a0bda04
sha256sums = SKIP
pkgname = gimp
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
# Contributor: Daniel Isenmann <[email protected]>
pkgname=gimp
-pkgver=3.0.6
-pkgrel=2
+pkgver=3.0.8
+pkgrel=1
pkgdesc='GNU Image Manipulation Program'
url='https://www.gimp.org/'
arch=('x86_64')
@@ -14,6 +14,7 @@ depends=(
# Core deps
'appstream'
'babl'
+ 'bash-completion'
'cairo'
'fontconfig'
'freetype2'
@@ -90,7 +91,7 @@ source=(
git+https://gitlab.gnome.org/GNOME/gimp.git#tag=GIMP_${pkgver//./_}
git+https://gitlab.gnome.org/GNOME/gimp-data.git
)
-sha256sums=('207318f002baa3703197d24bc45267c00564505b0307cd312a2279424ca4d7e2'
+sha256sums=('7737db8e51e7a95a43734cfe8c01cdf8a8391c9d19262348c3f5bee42a0bda04'
'SKIP')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gimp/-/commit/d3cfd3458a5ac455c8ed4fb2422d92b6245da383
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gimp/-/commit/d3cfd3458a5ac455c8ed4fb2422d92b6245da383
You're receiving this email because of your account on gitlab.archlinux.org.