[arch-commits] Commit in libdeflate/trunk (PKGBUILD)
Maxime Gauduin
alucryd at gemini.archlinux.org
Thu Sep 2 09:22:17 UTC 2021
Date: Thursday, September 2, 2021 @ 09:22:17
Author: alucryd
Revision: 1010545
libdeflate 1.8-3: add soprovides
Modified:
libdeflate/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-09-02 09:14:36 UTC (rev 1010544)
+++ PKGBUILD 2021-09-02 09:22:17 UTC (rev 1010545)
@@ -3,7 +3,7 @@
pkgname=libdeflate
pkgver=1.8
-pkgrel=2
+pkgrel=3
pkgdesc='Heavily optimized library for DEFLATE/zlib/gzip compression and decompression'
arch=(x86_64)
url=https://github.com/ebiggers/libdeflate
@@ -10,6 +10,7 @@
license=(MIT)
depends=(glibc)
makedepends=(git)
+provides=(libdeflate.so)
_tag=047aa84e01b38d82f3612810e357bd40f14a3d39
source=(git+https://github.com/ebiggers/libdeflate.git#tag=${_tag})
b2sums=(SKIP)
More information about the arch-commits
mailing list