diff --git a/community/zimg/PKGBUILD b/community/zimg/PKGBUILD index 541549338..e1ccb7698 100644 --- a/community/zimg/PKGBUILD +++ b/community/zimg/PKGBUILD @@ -6,7 +6,7 @@ # - remove --enable-x86simd from configure pkgname=zimg -pkgver=2.7.3 +pkgver=2.7.4 pkgrel=1 pkgdesc='Scaling, colorspace conversion, and dithering library' arch=('x86_64') @@ -16,7 +16,7 @@ depends=('gcc-libs' 'glibc') provides=('libzimg.so') options=('!emptydirs') source=("zimg-${pkgver}.tar.gz::https://github.com/sekrit-twc/zimg/archive/release-${pkgver}.tar.gz") -sha256sums=('c0b7d719338d86bf69c688fcea451a6d81d93551fa9e305504f7e13bdbf7046c') +sha256sums=('5182544ba42001613ffa8fd54dac2e8738639339f4bf070a53a4ebf17fdb2a97') build() { cd zimg-release-${pkgver}