summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHeiral2016-03-17 14:38:49 -0300
committerHeiral2016-03-17 14:38:49 -0300
commit81b55896247b346fb11238fd79b2a81294bd177b (patch)
treeda9bdd9670e4d33f6530e72602ed7dbdb78cb4ef
parent52ef1771e02fee8014d408853ffd4db8b19890cc (diff)
downloadaur-81b55896247b346fb11238fd79b2a81294bd177b.tar.gz
Update to 7.06
-rw-r--r--.SRCINFO10
-rw-r--r--LICENSE4
-rw-r--r--PKGBUILD12
3 files changed, 10 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3a103879abf..d31d8fecd0c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Thu Mar 17 17:38:02 UTC 2016
pkgbase = zpaq
pkgdesc = Programmable file compressor, library and utilities. Based on the PAQ compression algorithm
- pkgver = 7.05
+ pkgver = 7.06
pkgrel = 1
url = http://mattmahoney.net/dc/zpaq.html
arch = i686
@@ -8,10 +10,8 @@ pkgbase = zpaq
license = custom
license = MIT
makedepends = perl
- source = http://mattmahoney.net/dc/zpaq705.zip
- source = LICENSE
- sha512sums = 1bcd22524b0433cc35ee28217eec04e1e743ec84e8ec7fe4392eb511873ff5c8571435da081de6b54a9675f206537f5d091a682383c84607905731ee132a9e66
- sha512sums = 7ae68096163998f926be15c16da9540fa32d052a02d73db10678d965db5dfdf7e958b2d474c509d622056cc844abceda15657f2b0b5e97f6b12cb552185748e4
+ source = http://mattmahoney.net/dc/zpaq706.zip
+ sha512sums = b686dfd397e1bea5f9fd49f57ceb427b5baaa0b60de71d592c3360aed61c421dfb7ca5716be6b9691697bfcd126faa7008f5427316068dd228d63843ece0c288
pkgname = zpaq
diff --git a/LICENSE b/LICENSE
deleted file mode 100644
index 005cf5caa561..000000000000
--- a/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/PKGBUILD b/PKGBUILD
index 53a97218bf5b..ef22aa65be7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,19 +6,17 @@
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.06
pkgrel=1
-_zpaq_ver=705
+_zpaq_ver=706
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=('b686dfd397e1bea5f9fd49f57ceb427b5baaa0b60de71d592c3360aed61c421dfb7ca5716be6b9691697bfcd126faa7008f5427316068dd228d63843ece0c288')
build()
{
@@ -51,5 +49,5 @@ 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"
}