Date: Sunday, March 7, 2021 @ 08:28:33 Author: pierre Revision: 409453
upgpkg: gd 2.3.2-1 Modified: gd/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-07 00:44:26 UTC (rev 409452) +++ PKGBUILD 2021-03-07 08:28:33 UTC (rev 409453) @@ -1,17 +1,17 @@ # Maintainer: Pierre Schmitz <[email protected]> pkgname=gd -pkgver=2.3.1 +pkgver=2.3.2 pkgrel=1 pkgdesc="Library for the dynamic creation of images by programmers" arch=('x86_64') url="https://libgd.github.io/" license=('custom') -depends=('fontconfig' 'libxpm' 'libwebp') +depends=('fontconfig' 'libxpm' 'libwebp' 'libavif' 'libheif') optdepends=('perl: bdftogd script') checkdepends=('ttf-liberation') source=("https://github.com/libgd/libgd/archive/${pkgname}-${pkgver}.tar.gz") -sha256sums=('795978dcec1bf931148ebcdca9ed1e9cdfa9e71acff8bf035a8867dd1f7af6cd') +sha256sums=('dcc22244d775f469bee21dce1ea42552adbb72ba0cc423f9fa6a64601b3a1893') build() { cd libgd-${pkgname}-${pkgver}
