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