Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages /
gegl
Commits:
659268ab by Christian Heusel at 2024-12-27T11:52:22+01:00
upgpkg: 0.4.52-1: New upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = gegl
pkgdesc = Graph based image processing framework
- pkgver = 0.4.50
- pkgrel = 3
+ pkgver = 0.4.52
+ pkgrel = 1
url = https://www.gegl.org/
arch = x86_64
license = GPL-3.0-or-later OR LGPL-3.0-or-later
@@ -39,7 +39,7 @@ pkgbase = gegl
optdepends = ffmpeg: FFmpeg Frame Loader and FFmpeg Frame Saver plugins
optdepends = graphviz: for gegl-introspect
optdepends = sdl2: SDL2 Display plugin
- source = git+https://gitlab.gnome.org/GNOME/gegl.git#tag=GEGL_0_4_50
- sha256sums =
b61d9149b39b334c10299b8a2c77b980a561d53391466bd44756e10f3217b5e2
+ source = git+https://gitlab.gnome.org/GNOME/gegl.git#tag=GEGL_0_4_52
+ sha256sums =
a59f046433a459f6d0d674dd4cf6f897086cfd359db0cb6519a7abddd140859b
pkgname = gegl
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
# Contributor: Daniel Isenmann <[email protected]>
pkgname=gegl
-pkgver=0.4.50
-pkgrel=3
+pkgver=0.4.52
+pkgrel=1
pkgdesc='Graph based image processing framework'
arch=('x86_64')
url='https://www.gegl.org/'
@@ -18,7 +18,7 @@ optdepends=('ffmpeg: FFmpeg Frame Loader and FFmpeg Frame
Saver plugins'
'graphviz: for gegl-introspect'
'sdl2: SDL2 Display plugin')
source=("git+https://gitlab.gnome.org/GNOME/gegl.git#tag=GEGL_${pkgver//./_}")
-sha256sums=('b61d9149b39b334c10299b8a2c77b980a561d53391466bd44756e10f3217b5e2')
+sha256sums=('a59f046433a459f6d0d674dd4cf6f897086cfd359db0cb6519a7abddd140859b')
pkgver() {
cd "${pkgname}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gegl/-/commit/659268abddc7e0edba7dd7ae5823fbe9a683980f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gegl/-/commit/659268abddc7e0edba7dd7ae5823fbe9a683980f
You're receiving this email because of your account on gitlab.archlinux.org.