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

Antonio Rojas arojas at gemini.archlinux.org
Sun Jun 12 08:38:44 UTC 2022


    Date: Sunday, June 12, 2022 @ 08:38:44
  Author: arojas
Revision: 448226

archrelease: copy trunk to extra-x86_64

Added:
  zimg/repos/extra-x86_64/PKGBUILD
    (from rev 448225, zimg/trunk/PKGBUILD)
Deleted:
  zimg/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   92 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-12 08:38:34 UTC (rev 448225)
+++ PKGBUILD	2022-06-12 08:38:44 UTC (rev 448226)
@@ -1,46 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
-
-pkgname=zimg
-pkgver=3.0.3
-pkgrel=2
-pkgdesc='Scaling, colorspace conversion, and dithering library'
-arch=(x86_64)
-url=https://github.com/sekrit-twc/zimg
-license=(custom:WTFPL)
-depends=(
-  gcc-libs
-  glibc
-)
-makedepends=(git)
-provides=(libzimg.so)
-options=(!emptydirs)
-_tag=1658ce429cf944e88868a88d8aef4683425d4e78
-source=(git+https://github.com/sekrit-twc/zimg.git#tag=${_tag})
-sha256sums=(SKIP)
-
-prepare() {
-  cd zimg
-  ./autogen.sh
-}
-
-pkgver() {
-  cd zimg
-  git describe --tags | sed 's/^release-//'
-}
-
-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/extra-x86_64/PKGBUILD (from rev 448225, zimg/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-12 08:38:44 UTC (rev 448226)
@@ -0,0 +1,46 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
+
+pkgname=zimg
+pkgver=3.0.4
+pkgrel=1
+pkgdesc='Scaling, colorspace conversion, and dithering library'
+arch=(x86_64)
+url=https://github.com/sekrit-twc/zimg
+license=(custom:WTFPL)
+depends=(
+  gcc-libs
+  glibc
+)
+makedepends=(git)
+provides=(libzimg.so)
+options=(!emptydirs)
+_tag=dd4c4dff3ce6a2877bd6ba57c1be99759b9cb2da
+source=(git+https://github.com/sekrit-twc/zimg.git#tag=${_tag})
+sha256sums=(SKIP)
+
+prepare() {
+  cd zimg
+  ./autogen.sh
+}
+
+pkgver() {
+  cd zimg
+  git describe --tags | sed 's/^release-//'
+}
+
+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