[arch-commits] Commit in zimg/trunk (PKGBUILD)
Maxime Gauduin
alucryd at gemini.archlinux.org
Mon Jul 19 12:23:30 UTC 2021
Date: Monday, July 19, 2021 @ 12:23:30
Author: alucryd
Revision: 420131
upgpkg: zimg 3.0.2-1
Modified:
zimg/trunk/PKGBUILD
----------+
PKGBUILD | 17 +++++++----------
1 file changed, 7 insertions(+), 10 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-19 12:13:49 UTC (rev 420130)
+++ PKGBUILD 2021-07-19 12:23:30 UTC (rev 420131)
@@ -2,8 +2,8 @@
# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
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
@@ -15,25 +15,22 @@
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() {
+prepare() {
cd zimg
-
- git describe --tags | sed 's/^release-//'
+ ./autogen.sh
}
-prepare() {
+pkgver() {
cd zimg
-
- ./autogen.sh
+ git describe --tags | sed 's/^release-//'
}
build() {
cd zimg
-
./configure \
--prefix=/usr \
--enable-x86simd \
More information about the arch-commits
mailing list