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

Sébastien Luttringer seblu at archlinux.org
Fri May 15 22:01:21 UTC 2015


    Date: Saturday, May 16, 2015 @ 00:01:21
  Author: seblu
Revision: 239420

upgpkg: lz4 129-1

Modified:
  lz4/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-05-15 18:58:00 UTC (rev 239419)
+++ PKGBUILD	2015-05-15 22:01:21 UTC (rev 239420)
@@ -5,16 +5,16 @@
 # He only push tested release code into svn and support using revision as version
 
 pkgname=lz4
-pkgver=128
+pkgver=129
 pkgrel=1
 pkgdesc='Very fast lossless compression algorithm'
 arch=('i686' 'x86_64')
-url='https://code.google.com/p/lz4/'
+url='https://github.com/Cyan4973/lz4'
 license=('GPL2')
-makedepends=('subversion')
+makedepends=('git')
 checkdepends=('diffutils')
 depends=('glibc')
-source=("$pkgname::svn+http://lz4.googlecode.com/svn/trunk/#revision=$pkgver")
+source=("git+https://github.com/Cyan4973/lz4.git#tag=r$pkgver")
 md5sums=('SKIP')
 
 build() {



More information about the arch-commits mailing list