diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-09 03:58:56 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-09 03:58:56 +0000 |
commit | ebfbe6aa4a09806147654dd9e8d512cd68921e0d (patch) | |
tree | 645198602e94164a4130285756f401ae0b0756fd /community/lz4 | |
parent | 3092fe0e20f490a5f9b8b9602ffc039a22be60c0 (diff) |
Thu Jan 9 03:54:24 UTC 2014
Diffstat (limited to 'community/lz4')
-rw-r--r-- | community/lz4/01-fix-include.patch | 11 | ||||
-rw-r--r-- | community/lz4/PKGBUILD | 16 |
2 files changed, 4 insertions, 23 deletions
diff --git a/community/lz4/01-fix-include.patch b/community/lz4/01-fix-include.patch deleted file mode 100644 index 960fb3674..000000000 --- a/community/lz4/01-fix-include.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/programs/Makefile 2014-01-07 22:03:45.197517981 +0100 -+++ b/programs/Makefile 2014-01-07 22:03:43.126477362 +0100 -@@ -34,7 +34,7 @@ - DESTDIR= - PREFIX=/usr - CC=gcc --CFLAGS+= -I. -std=c99 -Wall -W -Wundef -DLZ4_VERSION=\"$(RELEASE)\" -+CFLAGS+= -I.. -std=c99 -Wall -W -Wundef -DLZ4_VERSION=\"$(RELEASE)\" - - BINDIR=$(PREFIX)/bin - MANDIR=$(PREFIX)/share/man/man1 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() { |