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

Sébastien Luttringer seblu at nymeria.archlinux.org
Mon Dec 30 22:18:29 UTC 2013


    Date: Monday, December 30, 2013 @ 23:18:29
  Author: seblu
Revision: 103237

upgpkg: lz4 110-1

Modified:
  lz4/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-12-30 17:06:11 UTC (rev 103236)
+++ PKGBUILD	2013-12-30 22:18:29 UTC (rev 103237)
@@ -5,8 +5,8 @@
 # He only push tested release code into svn and support using revision as version
 
 pkgname=lz4
-pkgver=109
-pkgrel=2
+pkgver=110
+pkgrel=1
 pkgdesc='Very fast lossless compression algorithm'
 arch=('i686' 'x86_64')
 url='https://code.google.com/p/lz4/'
@@ -18,7 +18,7 @@
 
 build() {
   cd $pkgname
-  make lz4 lz4c
+  make
 }
 
 package() {




More information about the arch-commits mailing list