From 5dcceed48250baee5fa0084e33c02b6bb1524574 Mon Sep 17 00:00:00 2001 From: Gaming4JC Date: Sun, 27 Nov 2016 01:22:50 -0500 Subject: version bump --- pcr/zpaq/LICENSE | 4 ---- pcr/zpaq/PKGBUILD | 20 ++++++++++---------- 2 files changed, 10 insertions(+), 14 deletions(-) delete mode 100644 pcr/zpaq/LICENSE (limited to 'pcr') diff --git a/pcr/zpaq/LICENSE b/pcr/zpaq/LICENSE deleted file mode 100644 index 005cf5caa..000000000 --- a/pcr/zpaq/LICENSE +++ /dev/null @@ -1,4 +0,0 @@ -I, Matt Mahoney, release this software into the public domain. This applies -worldwide. In some countries this may not be legally possible; if so: I grant -anyone the right to use this software for any purpose, without any conditions, -unless such conditions are required by law. diff --git a/pcr/zpaq/PKGBUILD b/pcr/zpaq/PKGBUILD index 5021656d1..5de69c260 100644 --- a/pcr/zpaq/PKGBUILD +++ b/pcr/zpaq/PKGBUILD @@ -1,25 +1,24 @@ # Maintainer: Luke R. GPG: rsa4096/3EAE8697 -# Contributor (Arch): Marco Schulze -# Contributor (Arch): TuxSpirit -# Contributor (Arch): Jan Stępień +# Maintainer: Marco Schulze +# Contributor: TuxSpirit +# Contributor: Jan St?pie? pkgname=zpaq pkgdesc='Programmable file compressor, library and utilities. Based on the PAQ compression algorithm' url='http://mattmahoney.net/dc/zpaq.html' -pkgver=7.05 +pkgver=7.15 pkgrel=1 -_zpaq_ver=705 +_zpaq_ver=715 arch=(i686 x86_64) license=(custom MIT) makedepends=(perl) -source=(http://mattmahoney.net/dc/zpaq${_zpaq_ver}.zip - LICENSE) -sha512sums=('1bcd22524b0433cc35ee28217eec04e1e743ec84e8ec7fe4392eb511873ff5c8571435da081de6b54a9675f206537f5d091a682383c84607905731ee132a9e66' - '7ae68096163998f926be15c16da9540fa32d052a02d73db10678d965db5dfdf7e958b2d474c509d622056cc844abceda15657f2b0b5e97f6b12cb552185748e4') +source=(http://mattmahoney.net/dc/zpaq${_zpaq_ver}.zip) +sha512sums=('4cddcc04dff5e9dceb7138cf9e82b718b696048368ff494339f877d93e4423ed7959c0cfb2e30ba7dcbcdd6bbd59fa1021ceaca6d51e3180d8034b7a3997c265') +whirlpoolsums=('2d87e0e710ea3e19a599e21a17e69a0fa4441211a493be5ca114d5d69a063bc929606b687dc156ea04d35d8bb8df76dcc33c9b77940e0271a4a4f513bae5113a') build() { @@ -52,6 +51,7 @@ package() install -Dm 644 libzpaq.so "$pkgdir/usr/lib/libzpaq.so" install -Dm 755 zpaq "$pkgdir/usr/bin/zpaq" install -Dm 644 zpaq.1.gz "$pkgdir/usr/share/man/man1/zpaq.1.gz" - install -Dm 644 LICENSE "$pkgdir/usr/share/licenses/${pkgname}/LICENSE" + install -Dm 644 COPYING "$pkgdir/usr/share/licenses/${pkgname}/LICENSE" } + -- cgit v1.2.3