author | Christian Hesse
<eworm@archlinux.org> 2024-03-18 10:23:18 UTC |
committer | Christian Hesse
<eworm@archlinux.org> 2024-03-18 10:23:18 UTC |
parent | 86e5bf41e194f97e27143b23377806ce06e08957 |
.SRCINFO | +2 | -2 |
PKGBUILD | +2 | -3 |
diff --git a/.SRCINFO b/.SRCINFO index c7127a4..74a2713 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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=3002c6976bee47e5718c227b2fa3dc1bffea780e - sha256sums = SKIP + source = git+https://gitlab.gnome.org/GNOME/gegl.git#tag=GEGL_0_4_48 + sha256sums = bed1b1f0348519a175422800564c65c372b125b4230a0207342911bf07f34ded pkgname = gegl diff --git a/PKGBUILD b/PKGBUILD index 742f14a..0bbeefe 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,6 @@ # Contributor: Daniel Isenmann <daniel@archlinux.org> pkgname=gegl -_tag='3002c6976bee47e5718c227b2fa3dc1bffea780e' pkgver=0.4.48 pkgrel=1 pkgdesc='Graph based image processing framework' @@ -18,8 +17,8 @@ makedepends=('ffmpeg' 'git' 'gobject-introspection' 'libgexiv2' 'meson' 'python- 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=$_tag") -sha256sums=('SKIP') +source=("git+https://gitlab.gnome.org/GNOME/gegl.git#tag=GEGL_${pkgver//./_}") +sha256sums=('bed1b1f0348519a175422800564c65c372b125b4230a0207342911bf07f34ded') pkgver() { cd "${pkgname}"