summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHeiral2016-04-09 15:47:49 -0300
committerHeiral2016-04-09 15:47:49 -0300
commit7c6fe225ffd49fb9597d352d410f4dc4eb246f20 (patch)
treeb89626727a28e4efef80a97025fe5fdd7b1cf1ff
parent5617bc5984a879037f1b69c9fe8318d024da6c04 (diff)
downloadaur-7c6fe225ffd49fb9597d352d410f4dc4eb246f20.tar.gz
Update to 7.10
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed9c26040265..332c0521d7f6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Apr 6 20:44:52 UTC 2016
+# Sat Apr 9 18:47:44 UTC 2016
pkgbase = zpaq
pkgdesc = Programmable file compressor, library and utilities. Based on the PAQ compression algorithm
- pkgver = 7.09
+ pkgver = 7.10
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/zpaq709.zip
- sha512sums = 06bf03776a3b6f4eef28a71f8079a6593eebd6a289764e7252be884613b6ea4ac946b8f4098e8e66f5cdff6bf5ea3a5bf4dc8f9689cc98b4b55788a07a0bcd70
+ source = http://mattmahoney.net/dc/zpaq710.zip
+ sha512sums = f8c3ac8c6f1b69f1fb22b107314496a1bdcda24b81b23d429bda1702a38dfee48010168234fcd1775e5064e65a963df1434514429f7aff04c26943d520ebd447
pkgname = zpaq
diff --git a/PKGBUILD b/PKGBUILD
index eb8a2917bf74..8c9cac548354 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.09
+pkgver=7.10
pkgrel=1
-_zpaq_ver=709
+_zpaq_ver=710
arch=(i686 x86_64)
license=(custom MIT)
makedepends=(perl)
source=(http://mattmahoney.net/dc/zpaq${_zpaq_ver}.zip)
-sha512sums=('06bf03776a3b6f4eef28a71f8079a6593eebd6a289764e7252be884613b6ea4ac946b8f4098e8e66f5cdff6bf5ea3a5bf4dc8f9689cc98b4b55788a07a0bcd70')
+sha512sums=('f8c3ac8c6f1b69f1fb22b107314496a1bdcda24b81b23d429bda1702a38dfee48010168234fcd1775e5064e65a963df1434514429f7aff04c26943d520ebd447')
build()
{