mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/zimg to 3.0.2-1
This commit is contained in:
parent
c936e8c91c
commit
fbfe566688
1 changed files with 8 additions and 11 deletions
|
@ -6,8 +6,8 @@
|
|||
# - configure with --disable-simd
|
||||
|
||||
pkgname=zimg
|
||||
pkgver=3.0.1
|
||||
pkgrel=2
|
||||
pkgver=3.0.2
|
||||
pkgrel=1
|
||||
pkgdesc='Scaling, colorspace conversion, and dithering library'
|
||||
arch=(x86_64)
|
||||
url=https://github.com/sekrit-twc/zimg
|
||||
|
@ -19,25 +19,22 @@ depends=(
|
|||
makedepends=(git)
|
||||
provides=(libzimg.so)
|
||||
options=(!emptydirs)
|
||||
_tag=e17ee6cf72509c32c15067b32615849e69486367
|
||||
_tag=bf73dbeffd4b58d95923dbedcb920a18c7ee1123
|
||||
source=(git+https://github.com/sekrit-twc/zimg.git#tag=${_tag})
|
||||
sha256sums=(SKIP)
|
||||
|
||||
pkgver() {
|
||||
cd zimg
|
||||
|
||||
git describe --tags | sed 's/^release-//'
|
||||
}
|
||||
|
||||
prepare() {
|
||||
cd zimg
|
||||
|
||||
./autogen.sh
|
||||
}
|
||||
|
||||
pkgver() {
|
||||
cd zimg
|
||||
git describe --tags | sed 's/^release-//'
|
||||
}
|
||||
|
||||
build() {
|
||||
cd zimg
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--disable-static \
|
||||
|
|
Loading…
Reference in a new issue