mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/zimg to 3.0-1
This commit is contained in:
parent
037704262b
commit
708b0582fd
1 changed files with 3 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
||||||
# - remove --enable-x86simd from configure
|
# - remove --enable-x86simd from configure
|
||||||
|
|
||||||
pkgname=zimg
|
pkgname=zimg
|
||||||
pkgver=2.9.3
|
pkgver=3.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Scaling, colorspace conversion, and dithering library'
|
pkgdesc='Scaling, colorspace conversion, and dithering library'
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
|
@ -14,7 +14,8 @@ license=(custom:WTFPL)
|
||||||
makedepends=(git)
|
makedepends=(git)
|
||||||
provides=(libzimg.so)
|
provides=(libzimg.so)
|
||||||
options=(!emptydirs)
|
options=(!emptydirs)
|
||||||
source=(git+https://github.com/sekrit-twc/zimg.git#tag=527dd55fd5221bd223bf019456da215759073c6f)
|
_tag=a91c96aba15d4a255fe4187f1f0c2364dd2da98e
|
||||||
|
source=(git+https://github.com/sekrit-twc/zimg.git#tag=${_tag})
|
||||||
sha256sums=(SKIP)
|
sha256sums=(SKIP)
|
||||||
|
|
||||||
pkgver() {
|
pkgver() {
|
||||||
|
|
Loading…
Reference in a new issue