From 51a799dfe89d7ba805b525ba70d3ae9be09680bf Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Tue, 21 Nov 2017 18:58:18 +0000 Subject: [PATCH] community/zimg to 2.6.2-1 --- community/zimg/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/community/zimg/PKGBUILD b/community/zimg/PKGBUILD index 173ecddb6..a42b51ca7 100644 --- a/community/zimg/PKGBUILD +++ b/community/zimg/PKGBUILD @@ -6,17 +6,17 @@ # - remove --enable-x86simd from configure pkgname=zimg -pkgver=2.6a +pkgver=2.6.2 pkgrel=1 pkgdesc='Scaling, colorspace conversion, and dithering library' -arch=('i686' 'x86_64') +arch=('x86_64') url='https://github.com/sekrit-twc/zimg' license=('custom:WTFPL') 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=('d3ba0bb21a3919baf28f3caf9821cfba6ac8b40e74ee43948caae14e8a9e6a61') +sha256sums=('db407144b265c1587867e00108f6fc810d40cf94be697de75985a0cb9041313d') build() { cd zimg-release-${pkgver}