[arch-commits] Commit in lz4/trunk (PKGBUILD)

Sébastien Luttringer seblu at gemini.archlinux.org
Wed Aug 17 22:25:30 UTC 2022


    Date: Wednesday, August 17, 2022 @ 22:25:30
  Author: seblu
Revision: 453077

upgpkg: lz4 1:1.9.4-1

Modified:
  lz4/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-17 22:23:42 UTC (rev 453076)
+++ PKGBUILD	2022-08-17 22:25:30 UTC (rev 453077)
@@ -2,19 +2,17 @@
 
 pkgname=lz4
 epoch=1
-pkgver=1.9.3
-pkgrel=2
+pkgver=1.9.4
+pkgrel=1
 pkgdesc='Extremely fast compression algorithm'
 arch=('x86_64')
-url='http://www.lz4.org/'
+url='https://lz4.github.io/lz4/'
 license=('GPL2')
 makedepends=('git')
 checkdepends=('diffutils')
 depends=('glibc')
-source=("git+https://github.com/lz4/lz4.git#tag=v$pkgver"
-        'https://github.com/lz4/lz4/commit/8301a21773ef61656225e264f4f06ae14462bca7.patch')
-sha256sums=('SKIP'
-            'c99da650a79a42db4db23e72146701cce9106383ba45709c5ac89022e36dcfb2')
+source=("git+https://github.com/lz4/lz4.git#tag=v$pkgver")
+sha256sums=('SKIP')
 
 prepare() {
   cd $pkgname



More information about the arch-commits mailing list