author | Bartłomiej Piotrowski
<bpiotrowski@archlinux.org> 2018-03-14 05:54:23 UTC |
committer | Bartłomiej Piotrowski
<bpiotrowski@archlinux.org> 2018-03-14 05:54:23 UTC |
parent | 2b7d5b792260023331276412a347728118433f98 |
PKGBUILD | +3 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index 6faa596..f57fca6 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: Daniel Isenmann <daniel@archlinux.org> pkgname=gegl -pkgver=0.3.26 -pkgrel=2 +pkgver=0.3.28 +pkgrel=1 pkgdesc="Graph based image processing framework" arch=('x86_64') url="http://www.gegl.org/" @@ -20,7 +20,7 @@ optdepends=('libraw: raw plugin' 'libtiff: tiff plugin' 'lua: lua plugin' 'lensfun: lens-correct plugin') -_commit=6352c9328dc92c75dafe94a56ff1e6636a8a4563 # tags/GEGL_0_3_26^0 +_commit=773d3a74a603b2213af760d7038397bb710bde61 # tags/GEGL_0_3_28^0 source=("git+https://git.gnome.org/browse/gegl#commit=$_commit") sha256sums=('SKIP')