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

Sébastien Luttringer seblu at archlinux.org
Fri Nov 18 15:14:17 UTC 2016


    Date: Friday, November 18, 2016 @ 15:14:16
  Author: seblu
Revision: 281056

upgpkg: lz4 1:1.7.3-1

Modified:
  lz4/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-18 14:43:45 UTC (rev 281055)
+++ PKGBUILD	2016-11-18 15:14:16 UTC (rev 281056)
@@ -1,20 +1,18 @@
 # $Id$
 # Maintainer: Sébastien Luttringer
 
-# Contacted by mail, author use svn commit as release version.
-# He only push tested release code into svn and support using revision as version
-
 pkgname=lz4
-pkgver=131
-pkgrel=2
-pkgdesc='Very fast lossless compression algorithm'
+epoch=1
+pkgver=1.7.3
+pkgrel=1
+pkgdesc='Extremely fast compression algorithm'
 arch=('i686' 'x86_64')
-url='https://github.com/Cyan4973/lz4'
+url='http://www.lz4.org/'
 license=('GPL2')
 makedepends=('git')
 checkdepends=('diffutils')
 depends=('glibc')
-source=("git+https://github.com/Cyan4973/lz4.git#tag=r$pkgver")
+source=("git+https://github.com/lz4/lz4.git#tag=v$pkgver")
 md5sums=('SKIP')
 
 build() {



More information about the arch-commits mailing list