mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/zimg to 2.5-1
This commit is contained in:
parent
22490e6728
commit
5a75081873
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.4
|
pkgver=2.5
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Scaling, colorspace conversion, and dithering library'
|
pkgdesc='Scaling, colorspace conversion, and dithering library'
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' '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=('996ea0e446df6ff4d6cb9c04a77d60978eca47c32d3785cd63fe8c29a9523d1f')
|
sha256sums=('50b2bcc49e51cd36011a0c363ff914a81b6f161aefdffeaa2bc4a4627c13784d')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd zimg-release-${pkgver}
|
cd zimg-release-${pkgver}
|
||||||
|
|
Loading…
Reference in a new issue