Skip to content

Commit b031e46

Browse files
committed
gegl: Update to 0.4.66
1 parent ea8aaeb commit b031e46

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mingw-w64-gegl/PKGBUILD

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ _realname=gegl
55
pkgbase="mingw-w64-${_realname}"
66
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}"
77
"${MINGW_PACKAGE_PREFIX}-${_realname}-docs")
8-
pkgver=0.4.64
9-
pkgrel=2
8+
pkgver=0.4.66
9+
pkgrel=1
1010
pkgdesc="Generic Graphics Library (mingw-w64)"
1111
arch=('any')
1212
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
@@ -54,7 +54,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-babl"
5454
$([[ ${CARCH} == i686 ]] || echo "${MINGW_PACKAGE_PREFIX}-suitesparse"))
5555
noextract=("${_realname}-${pkgver}.tar.xz")
5656
source=(https://download.gimp.org/pub/gegl/${pkgver%.*}/${_realname}-${pkgver}.tar.xz)
57-
sha256sums=('0de1c9dd22c160d5e4bdfc388d292f03447cca6258541b9a12fed783d0cf7c60')
57+
sha256sums=('92b05855e2190868949d70cea6e9a50b163a6a441242e740a6263975379f993b')
5858

5959
prepare() {
6060
tar -xf "${_realname}-${pkgver}.tar.xz" || true

0 commit comments

Comments
 (0)