[arch-commits] Commit in pigz/trunk (PKGBUILD pigz-2.3-make.patch)

Jonathan Steel jsteel at nymeria.archlinux.org
Sat Oct 12 20:11:43 UTC 2013


    Date: Saturday, October 12, 2013 @ 22:11:43
  Author: jsteel
Revision: 98522

upgpkg: pigz 2.3.1-1

Modified:
  pigz/trunk/PKGBUILD
Deleted:
  pigz/trunk/pigz-2.3-make.patch

---------------------+
 PKGBUILD            |   13 ++++++-------
 pigz-2.3-make.patch |   25 -------------------------
 2 files changed, 6 insertions(+), 32 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-12 17:10:38 UTC (rev 98521)
+++ PKGBUILD	2013-10-12 20:11:43 UTC (rev 98522)
@@ -1,10 +1,11 @@
 # $Id$
-# Maintainer:  Bartłomiej Piotrowski
+# Maintainer: Jonathan Steel <jsteel at aur.archlinux.org>
+# Contributor: Bartłomiej Piotrowski
 # Contributor: Laszlo Papp <djszapi2 at gmail.com>
 # Contributor: Stefan Husmann <stefan-husmann at t-online.de>
 
 pkgname=pigz
-pkgver=2.3
+pkgver=2.3.1
 pkgrel=1
 pkgdesc='Parallel implementation of the gzip file compressor'
 arch=('i686' 'x86_64')
@@ -11,14 +12,12 @@
 url='http://www.zlib.net/pigz/'
 license=('custom')
 depends=('zlib')
-source=(http://www.zlib.net/$pkgname/$pkgname-$pkgver.tar.gz
-        pigz-2.3-make.patch)
-md5sums=('042e3322534f2c3d761736350cac303f'
-         'f6291ee36e36e098d7fbf0655a89b183')
+source=(http://www.zlib.net/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('e803f8bc0770c7a5e96dccb1d2dd2aab')
 
 build() {
   cd "$srcdir"/$pkgname-$pkgver
-  patch -Np1 -i "$srcdir"/pigz-2.3-make.patch
+
   make
 }
 

Deleted: pigz-2.3-make.patch
===================================================================
--- pigz-2.3-make.patch	2013-10-12 17:10:38 UTC (rev 98521)
+++ pigz-2.3-make.patch	2013-10-12 20:11:43 UTC (rev 98522)
@@ -1,25 +0,0 @@
-From 545a9350f8026f6c9826dd4fa7ab6000d8826d78 Mon Sep 17 00:00:00 2001
-From: Tim Harder <radhermit at gmail.com>
-Date: Wed, 6 Mar 2013 15:51:27 -0800
-Subject: [PATCH] Respect LDFLAGS and explicitly link to math library
-
----
- Makefile | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/Makefile b/Makefile
-index 3cc231d..48d1f26 100644
---- a/Makefile
-+++ b/Makefile
-@@ -3,7 +3,7 @@ CFLAGS=-O3 -Wall -Wextra
- 
- 
- pigz: pigz.o yarn.o zopfli/deflate.o zopfli/blocksplitter.o zopfli/tree.o zopfli/lz77.o zopfli/cache.o zopfli/hash.o zopfli/util.o zopfli/squeeze.o zopfli/katajainen.o
--	$(CC) -o pigz $^ -lpthread -lz
-+	$(CC) $(LDFLAGS) -o pigz $^ -lpthread -lz -lm
- 	ln -f pigz unpigz
- 
- pigz.o: pigz.c yarn.h zopfli/deflate.h zopfli/util.h
--- 
-1.8.1.5
-




More information about the arch-commits mailing list