mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +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
|
||||
|
||||
pkgname=zimg
|
||||
pkgver=2.9.3
|
||||
pkgver=3.0
|
||||
pkgrel=1
|
||||
pkgdesc='Scaling, colorspace conversion, and dithering library'
|
||||
arch=(x86_64)
|
||||
|
@ -14,7 +14,8 @@ license=(custom:WTFPL)
|
|||
makedepends=(git)
|
||||
provides=(libzimg.so)
|
||||
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)
|
||||
|
||||
pkgver() {
|
||||
|
|
Loading…
Reference in a new issue