summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHeiral2016-04-06 17:46:25 -0300
committerHeiral2016-04-06 17:46:25 -0300
commit5617bc5984a879037f1b69c9fe8318d024da6c04 (patch)
tree5364b8136c624ded4c6e07c4732c45d84b6674e4
parent220dbeff028d33afce2a30485b8405355157ed46 (diff)
downloadaur-5617bc5984a879037f1b69c9fe8318d024da6c04.tar.gz
Update to 7.09
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 374caf472dbb..ed9c26040265 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Apr 3 19:49:30 UTC 2016
+# Wed Apr 6 20:44:52 UTC 2016
pkgbase = zpaq
pkgdesc = Programmable file compressor, library and utilities. Based on the PAQ compression algorithm
- pkgver = 7.08
+ pkgver = 7.09
pkgrel = 1
url = http://mattmahoney.net/dc/zpaq.html
arch = i686
@@ -10,8 +10,8 @@ pkgbase = zpaq
license = custom
license = MIT
makedepends = perl
- source = http://mattmahoney.net/dc/zpaq708.zip
- sha512sums = d91a18f35548ff49b92c337b2cdd0eebf76bcf035c6ab79c3323bcfbe78fb28d0a26a2fa0049be5849095a783e48950de3808abcaee27032c2113174f0e2b5dd
+ source = http://mattmahoney.net/dc/zpaq709.zip
+ sha512sums = 06bf03776a3b6f4eef28a71f8079a6593eebd6a289764e7252be884613b6ea4ac946b8f4098e8e66f5cdff6bf5ea3a5bf4dc8f9689cc98b4b55788a07a0bcd70
pkgname = zpaq
diff --git a/PKGBUILD b/PKGBUILD
index ff7087957fda..eb8a2917bf74 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,17 +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.08
+pkgver=7.09
pkgrel=1
-_zpaq_ver=708
+_zpaq_ver=709
arch=(i686 x86_64)
license=(custom MIT)
makedepends=(perl)
source=(http://mattmahoney.net/dc/zpaq${_zpaq_ver}.zip)
-sha512sums=('d91a18f35548ff49b92c337b2cdd0eebf76bcf035c6ab79c3323bcfbe78fb28d0a26a2fa0049be5849095a783e48950de3808abcaee27032c2113174f0e2b5dd')
+sha512sums=('06bf03776a3b6f4eef28a71f8079a6593eebd6a289764e7252be884613b6ea4ac946b8f4098e8e66f5cdff6bf5ea3a5bf4dc8f9689cc98b4b55788a07a0bcd70')
build()
{