summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHeiral2016-04-14 05:46:23 -0300
committerHeiral2016-04-14 05:46:23 -0300
commit4f0b7eff47a2863e3b5882375e9997c60501a00b (patch)
treef6d95674691e454a8f9155cf64c7274c4e48ce38
parent7c6fe225ffd49fb9597d352d410f4dc4eb246f20 (diff)
downloadaur-4f0b7eff47a2863e3b5882375e9997c60501a00b.tar.gz
Update to 7.11
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 332c0521d7f6..01f6a3a14813 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Apr 9 18:47:44 UTC 2016
+# Thu Apr 14 08:45:58 UTC 2016
pkgbase = zpaq
pkgdesc = Programmable file compressor, library and utilities. Based on the PAQ compression algorithm
- pkgver = 7.10
+ pkgver = 7.11
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/zpaq710.zip
- sha512sums = f8c3ac8c6f1b69f1fb22b107314496a1bdcda24b81b23d429bda1702a38dfee48010168234fcd1775e5064e65a963df1434514429f7aff04c26943d520ebd447
+ source = http://mattmahoney.net/dc/zpaq711.zip
+ sha512sums = a942c0e16844cb2b1cd378a3a3c1ee2a734fe1079f8862e97f715cb36f09f999727558ff14c0068a24b240911d86a2c9c52e8166ce442fd6e7095a290bacc57e
pkgname = zpaq
diff --git a/PKGBUILD b/PKGBUILD
index 8c9cac548354..90a5e7856b57 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.10
+pkgver=7.11
pkgrel=1
-_zpaq_ver=710
+_zpaq_ver=711
arch=(i686 x86_64)
license=(custom MIT)
makedepends=(perl)
source=(http://mattmahoney.net/dc/zpaq${_zpaq_ver}.zip)
-sha512sums=('f8c3ac8c6f1b69f1fb22b107314496a1bdcda24b81b23d429bda1702a38dfee48010168234fcd1775e5064e65a963df1434514429f7aff04c26943d520ebd447')
+sha512sums=('a942c0e16844cb2b1cd378a3a3c1ee2a734fe1079f8862e97f715cb36f09f999727558ff14c0068a24b240911d86a2c9c52e8166ce442fd6e7095a290bacc57e')
build()
{