diff --git a/extra/zimg/PKGBUILD b/extra/zimg/PKGBUILD index 9f7e7385c..ad8e44eb5 100644 --- a/extra/zimg/PKGBUILD +++ b/extra/zimg/PKGBUILD @@ -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 \