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

Maxime Gauduin alucryd at archlinux.org
Fri Aug 28 07:52:14 UTC 2020


    Date: Friday, August 28, 2020 @ 07:52:14
  Author: alucryd
Revision: 690144

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   90 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-28 07:52:09 UTC (rev 690143)
+++ PKGBUILD	2020-08-28 07:52:14 UTC (rev 690144)
@@ -1,45 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
-
-pkgname=zimg
-pkgver=3.0
-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)
-_tag=a91c96aba15d4a255fe4187f1f0c2364dd2da98e
-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
-}
-
-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 690143, zimg/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-08-28 07:52:14 UTC (rev 690144)
@@ -0,0 +1,45 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
+
+pkgname=zimg
+pkgver=3.0.1
+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)
+_tag=e17ee6cf72509c32c15067b32615849e69486367
+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
+}
+
+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