Date: Sunday, August 28, 2016 @ 09:54:48 Author: alucryd Revision: 187834
upgpkg: zimg 2.2.1-1 Modified: zimg/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-08-28 09:51:58 UTC (rev 187833) +++ PKGBUILD 2016-08-28 09:54:48 UTC (rev 187834) @@ -3,7 +3,7 @@ # Contributor: Gustavo Alvarez <[email protected]> pkgname=zimg -pkgver=2.1 +pkgver=2.2.1 pkgrel=1 pkgdesc='Scaling, colorspace conversion, and dithering library' arch=('i686' 'x86_64') @@ -13,14 +13,11 @@ provides=('libzimg.so') options=('!emptydirs') source=("zimg-${pkgver}.tar.gz::https://github.com/sekrit-twc/zimg/archive/release-${pkgver}.tar.gz") -sha256sums=('e6d6c6c60b38ebaf74e2ab934b5b90b54e61f34e0a3f111c9da82958335f25da') +sha256sums=('0ac3004f7612f91e2eda1aaaf170c2ceef4f90f881647b8e248f36b0e6954f54') build() { cd zimg-release-${pkgver} - # GCC 6 - export CXXFLAGS="$CXXFLAGS -std=c++1z" - ./autogen.sh ./configure \ --prefix='/usr' \
