From 5ba393794233e8743350ed416e35b7edeef01a18 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Fri, 25 Aug 2017 11:44:32 +0000 Subject: [PATCH] community/zimg to 2.6a-1 --- community/zimg/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/zimg/PKGBUILD b/community/zimg/PKGBUILD index e5607b365..173ecddb6 100644 --- a/community/zimg/PKGBUILD +++ b/community/zimg/PKGBUILD @@ -6,7 +6,7 @@ # - remove --enable-x86simd from configure pkgname=zimg -pkgver=2.5.1 +pkgver=2.6a pkgrel=1 pkgdesc='Scaling, colorspace conversion, and dithering library' arch=('i686' '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=('deb85887081cab7fa9c492b588900d60d6466e61ee8ea51a84ca280688d93de9') +sha256sums=('d3ba0bb21a3919baf28f3caf9821cfba6ac8b40e74ee43948caae14e8a9e6a61') build() { cd zimg-release-${pkgver}