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

Jonathan Steel jsteel at archlinux.org
Mon Feb 9 18:12:31 UTC 2015


    Date: Monday, February 9, 2015 @ 19:12:30
  Author: jsteel
Revision: 127416

upgpkg: pigz 2.3.3-1

Modified:
  pigz/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-02-09 16:21:20 UTC (rev 127415)
+++ PKGBUILD	2015-02-09 18:12:30 UTC (rev 127416)
@@ -1,11 +1,11 @@
 # $Id$
-# Maintainer: Jonathan Steel <jsteel at aur.archlinux.org>
+# Maintainer: Jonathan Steel <jsteel at 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.1
+pkgver=2.3.3
 pkgrel=1
 pkgdesc='Parallel implementation of the gzip file compressor'
 arch=('i686' 'x86_64')
@@ -13,16 +13,16 @@
 license=('custom')
 depends=('zlib')
 source=(http://www.zlib.net/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('e803f8bc0770c7a5e96dccb1d2dd2aab')
+md5sums=('01d7a16cce77929cc1a78aa1bdfb68cb')
 
 build() {
-  cd "$srcdir"/$pkgname-$pkgver
+  cd $pkgname-$pkgver
 
   make
 }
 
 package() {
-  cd "$srcdir"/$pkgname-$pkgver
+  cd $pkgname-$pkgver
 
   install -Dm755 "$srcdir"/$pkgname-$pkgver/$pkgname \
     "$pkgdir"/usr/bin/$pkgname 



More information about the arch-commits mailing list