Skip to content

Commit

Permalink
gegl: Update to 0.4.52
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Dec 27, 2024
1 parent bcf415b commit 2716cb0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mingw-w64-gegl/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ _realname=gegl
pkgbase="mingw-w64-${_realname}"
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}"
"${MINGW_PACKAGE_PREFIX}-${_realname}-docs")
pkgver=0.4.50
pkgrel=2
pkgver=0.4.52
pkgrel=1
pkgdesc="Generic Graphics Library (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
Expand Down Expand Up @@ -54,7 +54,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-babl"
"${MINGW_PACKAGE_PREFIX}-suitesparse")
noextract=("${_realname}-${pkgver}.tar.xz")
source=(https://download.gimp.org/pub/gegl/${pkgver%.*}/${_realname}-${pkgver}.tar.xz)
sha256sums=('6084969b06ee86ca71142133773f27e13f02e5a6a22c2cfce452ecaaddb790c1')
sha256sums=('ca212a0fc3e0448c5058c51ca6a0d30fdfb02971f21f28820da2b4901396000a')

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

0 comments on commit 2716cb0

Please sign in to comment.