summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHeiral2016-05-05 09:57:59 -0300
committerHeiral2016-05-05 09:57:59 -0300
commitd4e038bac14094d6407bbd352bb57dbcda390930 (patch)
treee6fe8c0fee602b1f8a5228d6bd4d0e73f73e5840
parent298b3c6476514777c94ed90ef84cbc0dd34ae7ce (diff)
downloadaur-d4e038bac14094d6407bbd352bb57dbcda390930.tar.gz
Update to 7.13
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c9ae76c4879..5b880b39d5d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Apr 30 10:31:07 UTC 2016
+# Thu May 5 12:54:26 UTC 2016
pkgbase = zpaq
pkgdesc = Programmable file compressor, library and utilities. Based on the PAQ compression algorithm
- pkgver = 7.12
+ pkgver = 7.13
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/zpaq712.zip
- sha512sums = b6896360caa761e0177402ca973f6111cc1976bc36a5aaf68e85d10c01999fcea851e1d2948fb3e2fe28c44b4944a5200db36db14a93f515279a3f8d3e677350
+ source = http://mattmahoney.net/dc/zpaq713.zip
+ sha512sums = 93ef758e9c6c13f4cc89b1969fce3630132c941ee5076959c3a7988b28e12530346c5b489837af9187937be35129bde0c9cf0e8aa8bf326799c893ef9fc74f5f
pkgname = zpaq
diff --git a/PKGBUILD b/PKGBUILD
index a74161e65bfa..3072277e1369 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.12
+pkgver=7.13
pkgrel=1
-_zpaq_ver=712
+_zpaq_ver=713
arch=(i686 x86_64)
license=(custom MIT)
makedepends=(perl)
source=(http://mattmahoney.net/dc/zpaq${_zpaq_ver}.zip)
-sha512sums=('b6896360caa761e0177402ca973f6111cc1976bc36a5aaf68e85d10c01999fcea851e1d2948fb3e2fe28c44b4944a5200db36db14a93f515279a3f8d3e677350')
+sha512sums=('93ef758e9c6c13f4cc89b1969fce3630132c941ee5076959c3a7988b28e12530346c5b489837af9187937be35129bde0c9cf0e8aa8bf326799c893ef9fc74f5f')
build()
{