From 9120088c8ee66a283c0df95f4bc3ac065da6d626 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Wed, 12 Oct 2016 19:35:40 +0000 Subject: [PATCH] community/zimg to 2.3-1 --- community/zimg/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/zimg/PKGBUILD b/community/zimg/PKGBUILD index bbc645e88..f8e96fa92 100644 --- a/community/zimg/PKGBUILD +++ b/community/zimg/PKGBUILD @@ -6,7 +6,7 @@ # - remove --enable-x86simd from configure pkgname=zimg -pkgver=2.2.1 +pkgver=2.3 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=('0ac3004f7612f91e2eda1aaaf170c2ceef4f90f881647b8e248f36b0e6954f54') +sha256sums=('09962385f986dbcfd8ed6160cdafc2bc57bef8c6bfb3ca3a4bcaa482f09c06fa') build() { cd zimg-release-${pkgver}