mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/zimg to 2.6.3-1
This commit is contained in:
parent
0b2caa7694
commit
4f45df9e14
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
# - remove --enable-x86simd from configure
|
||||
|
||||
pkgname=zimg
|
||||
pkgver=2.6.2
|
||||
pkgver=2.6.3
|
||||
pkgrel=1
|
||||
pkgdesc='Scaling, colorspace conversion, and dithering library'
|
||||
arch=('x86_64')
|
||||
|
@ -16,7 +16,7 @@ depends=('gcc-libs' 'glibc')
|
|||
provides=('libzimg.so')
|
||||
options=('!emptydirs')
|
||||
source=("zimg-${pkgver}.tar.gz::https://github.com/sekrit-twc/zimg/archive/release-${pkgver}.tar.gz")
|
||||
sha256sums=('db407144b265c1587867e00108f6fc810d40cf94be697de75985a0cb9041313d')
|
||||
sha256sums=('a701e9ffbe3ad379e84d8720cf6220afb9c6946d761048fb77544325870cc2cb')
|
||||
|
||||
build() {
|
||||
cd zimg-release-${pkgver}
|
||||
|
|
Loading…
Reference in a new issue