git » gegl.git » commit f993a8f

upgpkg: 0.4.46-2

author Christian Heusel
2023-08-30 22:01:54 UTC
committer Christian Heusel
2023-08-30 22:01:54 UTC
parent 93dd7216dfe11c94c9174bf8c87777b735b9d74f

upgpkg: 0.4.46-2

PKGBUILD +3 -2

diff --git a/PKGBUILD b/PKGBUILD
index b3e39de..6f4b47e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 pkgname=gegl
 _tag='c7cd8520066a05c9502dfc93a39e97a9546dc824'
 pkgver=0.4.46
-pkgrel=1
+pkgrel=2
 pkgdesc='Graph based image processing framework'
 arch=('x86_64')
 url='https://www.gegl.org/'
@@ -16,7 +16,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")
+# TODO(gromit): switch this back to the gnome gitlab on next build
+source=("git+https://github.com/GNOME/gegl.git#tag=$_tag")
 sha256sums=('SKIP')
 
 pkgver() {