mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/zimg to 2.6.2-1
This commit is contained in:
parent
fb2e042341
commit
51a799dfe8
1 changed files with 3 additions and 3 deletions
|
@ -6,17 +6,17 @@
|
|||
# - remove --enable-x86simd from configure
|
||||
|
||||
pkgname=zimg
|
||||
pkgver=2.6a
|
||||
pkgver=2.6.2
|
||||
pkgrel=1
|
||||
pkgdesc='Scaling, colorspace conversion, and dithering library'
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('x86_64')
|
||||
url='https://github.com/sekrit-twc/zimg'
|
||||
license=('custom:WTFPL')
|
||||
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=('d3ba0bb21a3919baf28f3caf9821cfba6ac8b40e74ee43948caae14e8a9e6a61')
|
||||
sha256sums=('db407144b265c1587867e00108f6fc810d40cf94be697de75985a0cb9041313d')
|
||||
|
||||
build() {
|
||||
cd zimg-release-${pkgver}
|
||||
|
|
Loading…
Reference in a new issue