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

Antonio Rojas arojas at gemini.archlinux.org
Sun Jun 12 08:21:57 UTC 2022


    Date: Sunday, June 12, 2022 @ 08:21:56
  Author: arojas
Revision: 1236702

archrelease: copy trunk to community-x86_64

Added:
  libdeflate/repos/community-x86_64/PKGBUILD
    (from rev 1236699, libdeflate/trunk/PKGBUILD)
Deleted:
  libdeflate/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-12 08:21:55 UTC (rev 1236701)
+++ PKGBUILD	2022-06-12 08:21:56 UTC (rev 1236702)
@@ -1,36 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Chocobo1 <chocobo1 at archlinux.net>
-
-pkgname=libdeflate
-pkgver=1.8
-pkgrel=4
-pkgdesc='Heavily optimized library for DEFLATE/zlib/gzip compression and decompression'
-arch=(x86_64)
-url=https://github.com/ebiggers/libdeflate
-license=(MIT)
-depends=(glibc)
-makedepends=(git)
-provides=(libdeflate.so)
-_tag=047aa84e01b38d82f3612810e357bd40f14a3d39
-source=(git+https://github.com/ebiggers/libdeflate.git#tag=${_tag})
-b2sums=(SKIP)
-
-build() {
-  make PREFIX=/usr -C libdeflate
-}
-
-pkgver() {
-  cd libdeflate
-  git describe --tags | sed 's/^v//'
-}
-
-check() {
-  make PREFIX=/usr check -C libdeflate
-}
-
-package() {
-  make PREFIX=/usr DESTDIR="${pkgdir}" install -C libdeflate
-  install -Dm 644 libdeflate/COPYING -t "${pkgdir}"/usr/share/licenses/libdeflate/
-}
-
-# vim ts=2 sw=2 et:

Copied: libdeflate/repos/community-x86_64/PKGBUILD (from rev 1236699, libdeflate/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-12 08:21:56 UTC (rev 1236702)
@@ -0,0 +1,36 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Chocobo1 <chocobo1 at archlinux.net>
+
+pkgname=libdeflate
+pkgver=1.11
+pkgrel=1
+pkgdesc='Heavily optimized library for DEFLATE/zlib/gzip compression and decompression'
+arch=(x86_64)
+url=https://github.com/ebiggers/libdeflate
+license=(MIT)
+depends=(glibc)
+makedepends=(git)
+provides=(libdeflate.so)
+_tag=b01537448e8eaf0803e38bdba5acef1d1c8effba
+source=(git+https://github.com/ebiggers/libdeflate.git#tag=${_tag})
+b2sums=(SKIP)
+
+build() {
+  make PREFIX=/usr -C libdeflate
+}
+
+pkgver() {
+  cd libdeflate
+  git describe --tags | sed 's/^v//'
+}
+
+check() {
+  make PREFIX=/usr check -C libdeflate
+}
+
+package() {
+  make PREFIX=/usr DESTDIR="${pkgdir}" install -C libdeflate
+  install -Dm 644 libdeflate/COPYING -t "${pkgdir}"/usr/share/licenses/libdeflate/
+}
+
+# vim ts=2 sw=2 et:



More information about the arch-commits mailing list