[arch-commits] Commit in zimg/repos/community-x86_64 (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Mon Mar 2 14:56:39 UTC 2020


    Date: Monday, March 2, 2020 @ 14:56:39
  Author: alucryd
Revision: 588509

archrelease: copy trunk to community-x86_64

Added:
  zimg/repos/community-x86_64/PKGBUILD
    (from rev 588508, zimg/trunk/PKGBUILD)
Deleted:
  zimg/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   82 ++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 44 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-02 14:56:34 UTC (rev 588508)
+++ PKGBUILD	2020-03-02 14:56:39 UTC (rev 588509)
@@ -1,38 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
-
-pkgname=zimg
-pkgver=2.9.2
-pkgrel=1
-pkgdesc='Scaling, colorspace conversion, and dithering library'
-arch=('x86_64')
-url='https://github.com/sekrit-twc/zimg'
-license=('custom:WTFPL')
-makedepends=('git')
-provides=('libzimg.so')
-options=('!emptydirs')
-source=("git+https://github.com/sekrit-twc/zimg.git#tag=release-${pkgver}")
-sha256sums=('SKIP')
-
-prepare() {
-  cd zimg
-
-  ./autogen.sh
-}
-
-build() {
-  cd zimg
-
-  ./configure \
-    --prefix='/usr' \
-    --enable-x86simd \
-    --disable-static
-  make
-}
-
-package(){
-  make DESTDIR="${pkgdir}" -C zimg install
-  install -Dm 644 zimg/COPYING -t "${pkgdir}"/usr/share/licenses/zimg/
-}
-
-# vim: ts=2 sw=2 et:

Copied: zimg/repos/community-x86_64/PKGBUILD (from rev 588508, zimg/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-03-02 14:56:39 UTC (rev 588509)
@@ -0,0 +1,44 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
+
+pkgname=zimg
+pkgver=2.9.3
+pkgrel=1
+pkgdesc='Scaling, colorspace conversion, and dithering library'
+arch=(x86_64)
+url=https://github.com/sekrit-twc/zimg
+license=(custom:WTFPL)
+makedepends=(git)
+provides=(libzimg.so)
+options=(!emptydirs)
+source=(git+https://github.com/sekrit-twc/zimg.git#tag=527dd55fd5221bd223bf019456da215759073c6f)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd zimg
+
+  git describe --tags | sed 's/^release-//'
+}
+
+prepare() {
+  cd zimg
+
+  ./autogen.sh
+}
+
+build() {
+  cd zimg
+
+  ./configure \
+    --prefix=/usr \
+    --enable-x86simd \
+    --disable-static
+  make
+}
+
+package(){
+  make DESTDIR="${pkgdir}" -C zimg install
+  install -Dm 644 zimg/COPYING -t "${pkgdir}"/usr/share/licenses/zimg/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list