[arch-commits] Commit in lib32-lz4/trunk (PKGBUILD)
Levente Polyak
anthraxx at archlinux.org
Thu Jan 14 21:23:03 UTC 2021
Date: Thursday, January 14, 2021 @ 21:23:03
Author: anthraxx
Revision: 820909
upgpkg: lib32-lz4 1.9.3-1: adding soname provides
Modified:
lib32-lz4/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-01-14 21:19:55 UTC (rev 820908)
+++ PKGBUILD 2021-01-14 21:23:03 UTC (rev 820909)
@@ -3,8 +3,8 @@
_pkgname=lz4
pkgname=lib32-lz4
-_gitcommit=fdf2ef5809ca875c454510610764d9125ef2ebbd
-pkgver=1.9.2
+_gitcommit=d44371841a2f1728a3f36839fd4b7e872d0927d3
+pkgver=1.9.3
pkgrel=1
pkgdesc='Extremely fast compression algorithm (32-bit)'
url='https://www.lz4.org/'
@@ -13,6 +13,7 @@
makedepends=('git')
checkdepends=('diffutils')
depends=('lz4' 'lib32-glibc')
+provides=('liblz4.so')
source=("git+https://github.com/lz4/lz4.git#commit=${_gitcommit}")
sha512sums=('SKIP')
More information about the arch-commits
mailing list