summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c0efb5f3e44..598246288c32 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Jul 9 10:17:29 UTC 2016
+# Sat Aug 20 15:46:00 UTC 2016
pkgbase = zpaqd
pkgdesc = a public domain development tool allows you to create, test, debug, and optimize new compression algorithms in streaming format that are compatible with all existing ZPAQ decompressors such as zpaq, zpipe, zpsfx, and the reference decoder
- pkgver = 7.08
+ pkgver = 7.15
pkgrel = 1
url = http://mattmahoney.net/dc/zpaqutil.html
arch = i686
@@ -12,9 +12,9 @@ pkgbase = zpaqd
provides = zpaqd
conflicts = zpaqd
replaces = zpaqd
- source = http://mattmahoney.net/dc/zpaqd708.zip
- md5sums = 7444d5ea181ce203519739faaba80422
- sha256sums = 4a5cb6a609a4a3d88636ea102737f0660f55faa80704110e2d378fb3cf77b3a2
+ source = http://mattmahoney.net/dc/zpaqd715.zip
+ md5sums = 0114cdd31e234cb84c51e520269c00b9
+ sha256sums = 331f3b66dd000129346590a3c93cd86e19582405c195be7d3a9516b2aca7c820
pkgname = zpaqd
diff --git a/PKGBUILD b/PKGBUILD
index eb26cf03ea96..8a67f1103d1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: bitwave <bitwave [Att] oomlu [d0T] de>
pkgname=zpaqd
-pkgver=7.08
-_pkgver=708
+pkgver=7.15
+_pkgver=715
pkgrel=1
pkgdesc="a public domain development tool allows you to create, test, debug, and optimize new compression algorithms in streaming format that are compatible with all existing ZPAQ decompressors such as zpaq, zpipe, zpsfx, and the reference decoder"
arch=('i686' 'x86_64')
@@ -14,8 +14,8 @@ conflicts=('zpaqd')
replaces=('zpaqd')
source=("http://mattmahoney.net/dc/$pkgname$_pkgver.zip")
-md5sums=('7444d5ea181ce203519739faaba80422')
-sha256sums=('4a5cb6a609a4a3d88636ea102737f0660f55faa80704110e2d378fb3cf77b3a2')
+md5sums=('0114cdd31e234cb84c51e520269c00b9')
+sha256sums=('331f3b66dd000129346590a3c93cd86e19582405c195be7d3a9516b2aca7c820')
build() {
c++ -O3 -s -static -Dunix zpaqd.cpp libzpaq.cpp -o zpaqd