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

Maxime Gauduin alucryd at gemini.archlinux.org
Thu Sep 2 09:22:22 UTC 2021


    Date: Thursday, September 2, 2021 @ 09:22:22
  Author: alucryd
Revision: 1010546

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-02 09:22:17 UTC (rev 1010545)
+++ PKGBUILD	2021-09-02 09:22:22 UTC (rev 1010546)
@@ -1,35 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Chocobo1 <chocobo1 at archlinux.net>
-
-pkgname=libdeflate
-pkgver=1.8
-pkgrel=2
-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)
-_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 1010545, libdeflate/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-09-02 09:22:22 UTC (rev 1010546)
@@ -0,0 +1,36 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Chocobo1 <chocobo1 at archlinux.net>
+
+pkgname=libdeflate
+pkgver=1.8
+pkgrel=3
+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:



More information about the arch-commits mailing list