community/zimg to 2.8-1

This commit is contained in:
Kevin Mihelich 2018-10-25 12:16:33 +00:00
parent 888b95d778
commit 39fdeb6fe3

View file

@ -1,4 +1,3 @@
# $Id$
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
# Contributor: Gustavo Alvarez <sl1pkn07@gmail.com>
@ -6,7 +5,7 @@
# - remove --enable-x86simd from configure
pkgname=zimg
pkgver=2.7.5
pkgver=2.8
pkgrel=1
pkgdesc='Scaling, colorspace conversion, and dithering library'
arch=('x86_64')
@ -18,10 +17,15 @@ options=('!emptydirs')
source=("git+https://github.com/sekrit-twc/zimg.git#tag=release-${pkgver}")
sha256sums=('SKIP')
build() {
prepare() {
cd zimg
./autogen.sh
}
build() {
cd zimg
./configure \
--prefix='/usr' \
--disable-static