extra/zimg to 3.0.2-1

This commit is contained in:
Kevin Mihelich 2021-07-19 13:50:24 +00:00
parent c936e8c91c
commit fbfe566688

View file

@ -6,8 +6,8 @@
# - configure with --disable-simd
pkgname=zimg
pkgver=3.0.1
pkgrel=2
pkgver=3.0.2
pkgrel=1
pkgdesc='Scaling, colorspace conversion, and dithering library'
arch=(x86_64)
url=https://github.com/sekrit-twc/zimg
@ -19,25 +19,22 @@ depends=(
makedepends=(git)
provides=(libzimg.so)
options=(!emptydirs)
_tag=e17ee6cf72509c32c15067b32615849e69486367
_tag=bf73dbeffd4b58d95923dbedcb920a18c7ee1123
source=(git+https://github.com/sekrit-twc/zimg.git#tag=${_tag})
sha256sums=(SKIP)
pkgver() {
cd zimg
git describe --tags | sed 's/^release-//'
}
prepare() {
cd zimg
./autogen.sh
}
pkgver() {
cd zimg
git describe --tags | sed 's/^release-//'
}
build() {
cd zimg
./configure \
--prefix=/usr \
--disable-static \