[arch-commits] Commit in pbzip2/trunk (PKGBUILD)
Evangelos Foutras
foutrelis at nymeria.archlinux.org
Mon Apr 14 14:00:07 UTC 2014
Date: Monday, April 14, 2014 @ 16:00:07
Author: foutrelis
Revision: 109397
upgpkg: pbzip2 1.1.9-1
New upstream release.
Modified:
pbzip2/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-04-14 13:11:04 UTC (rev 109396)
+++ PKGBUILD 2014-04-14 14:00:07 UTC (rev 109397)
@@ -3,7 +3,7 @@
# Maintainer: Evangelos Foutras <evangelos at 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')
@@ -10,8 +10,9 @@
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"
More information about the arch-commits
mailing list