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

Sébastien Luttringer seblu at nymeria.archlinux.org
Wed Jan 8 20:53:21 UTC 2014


    Date: Wednesday, January 8, 2014 @ 21:53:21
  Author: seblu
Revision: 103655

upgpkg: lz4 112-1

Modified:
  lz4/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-01-08 20:31:31 UTC (rev 103654)
+++ PKGBUILD	2014-01-08 20:53:21 UTC (rev 103655)
@@ -5,7 +5,7 @@
 # He only push tested release code into svn and support using revision as version
 
 pkgname=lz4
-pkgver=111
+pkgver=112
 pkgrel=1
 pkgdesc='Very fast lossless compression algorithm'
 arch=('i686' 'x86_64')
@@ -13,20 +13,12 @@
 license=('GPL2')
 makedepends=('svn')
 depends=('glibc')
-source=("$pkgname::svn+http://lz4.googlecode.com/svn/trunk/#revision=$pkgver"
-        '01-fix-include.patch')
-md5sums=('SKIP'
-         '522618c085bb30924f540c3b2c18a7e4')
+source=("$pkgname::svn+http://lz4.googlecode.com/svn/trunk/#revision=$pkgver")
+md5sums=('SKIP')
 
-prepare() {
-  patch -d $pkgname -p 1 < 01-fix-include.patch
-}
-
 build() {
   cd $pkgname
   make
-  cd programs
-  make
 }
 
 package() {




More information about the arch-commits mailing list