diff options
Diffstat (limited to 'community/pbzip2/PKGBUILD')
-rw-r--r-- | community/pbzip2/PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/community/pbzip2/PKGBUILD b/community/pbzip2/PKGBUILD index 24dff6a50..a8ae35121 100644 --- a/community/pbzip2/PKGBUILD +++ b/community/pbzip2/PKGBUILD @@ -1,17 +1,18 @@ -# $Id: PKGBUILD 74829 2012-08-06 16:53:08Z foutrelis $ +# $Id: PKGBUILD 109398 2014-04-14 14:00:16Z foutrelis $ # Contributor: Vasco Costa <vasco dot costa at geekslot dot com> # Maintainer: Evangelos Foutras <evangelos@foutrelis.com> pkgname=pbzip2 -pkgver=1.1.8 +pkgver=1.1.9 pkgrel=1 pkgdesc="Parallel implementation of the bzip2 block-sorting file compressor" arch=('i686' 'x86_64') url="http://compression.ca/pbzip2/" license=('BSD') depends=('bzip2' 'gcc-libs') -source=(https://launchpad.net/$pkgname/1.1/$pkgver/+download/$pkgname-$pkgver.tar.gz) -sha256sums=('d2da7e65d2a2ba5426d6d9bcd15d86cc5f90038efabd5dbc1ef9bded21371f53') +source=(https://launchpad.net/$pkgname/1.1/$pkgver/+download/$pkgname-$pkgver.tar.gz{,.asc}) +sha256sums=('bd421be03e6e24a24a121ba2355bfd11571356a25ee64fcfa76330750ec5f9c4' + 'SKIP') build() { cd "$srcdir/$pkgname-$pkgver" |