summaryrefslogtreecommitdiff
path: root/community/lz4/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/lz4/PKGBUILD')
-rw-r--r--community/lz4/PKGBUILD16
1 files changed, 4 insertions, 12 deletions
diff --git a/community/lz4/PKGBUILD b/community/lz4/PKGBUILD
index 748e8a8bd..ecd472fe6 100644
--- a/community/lz4/PKGBUILD
+++ b/community/lz4/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 103558 2014-01-07 22:36:39Z seblu $
+# $Id: PKGBUILD 103658 2014-01-08 20:57:01Z seblu $
# 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=111
+pkgver=112
pkgrel=1
pkgdesc='Very fast lossless compression algorithm'
arch=('i686' 'x86_64')
@@ -13,20 +13,12 @@ url='https://code.google.com/p/lz4/'
license=('GPL2')
makedepends=('svn')
depends=('glibc')
-source=("$pkgname::svn+http://lz4.googlecode.com/svn/trunk/#revision=$pkgver"
- '01-fix-include.patch')
-md5sums=('SKIP'
- '522618c085bb30924f540c3b2c18a7e4')
-
-prepare() {
- patch -d $pkgname -p 1 < 01-fix-include.patch
-}
+source=("$pkgname::svn+http://lz4.googlecode.com/svn/trunk/#revision=$pkgver")
+md5sums=('SKIP')
build() {
cd $pkgname
make
- cd programs
- make
}
package() {