[arch-commits] Commit in lz4/trunk (PKGBUILD)
Sébastien Luttringer
seblu at archlinux.org
Sun Dec 28 00:15:10 UTC 2014
Date: Sunday, December 28, 2014 @ 01:15:10
Author: seblu
Revision: 228099
upgpkg: lz4 127-1
Modified:
lz4/trunk/PKGBUILD
----------+
PKGBUILD | 12 +++---------
1 file changed, 3 insertions(+), 9 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-12-28 00:08:33 UTC (rev 228098)
+++ PKGBUILD 2014-12-28 00:15:10 UTC (rev 228099)
@@ -5,7 +5,7 @@
# He only push tested release code into svn and support using revision as version
pkgname=lz4
-pkgver=125
+pkgver=127
pkgrel=1
pkgdesc='Very fast lossless compression algorithm'
arch=('i686' 'x86_64')
@@ -14,15 +14,9 @@
makedepends=('svn')
checkdepends=('diffutils')
depends=('glibc')
-source=("$pkgname::svn+http://lz4.googlecode.com/svn/trunk/#revision=$pkgver"
- '01-no-sudo.patch')
-md5sums=('SKIP'
- '316915aff147579235092f3081447802')
+source=("$pkgname::svn+http://lz4.googlecode.com/svn/trunk/#revision=$pkgver")
+md5sums=('SKIP')
-prepare() {
- patch -d $pkgname -p1 < 01-no-sudo.patch
-}
-
build() {
cd $pkgname
make
More information about the arch-commits
mailing list