community/zimg to 2.6.2-1

This commit is contained in:
Kevin Mihelich 2017-11-21 18:58:18 +00:00
parent fb2e042341
commit 51a799dfe8

View file

@ -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}