summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbitwave2016-07-09 12:17:48 +0200
committerbitwave2016-07-09 12:17:48 +0200
commitd72d9a728bee75fa34981f4d796ea567be73fe30 (patch)
treef3e6e5d511b8c800114febeb02101955fa256d9d
parenta6a16626ac81bac9412e0948855ab00f6e329a17 (diff)
downloadaur-d72d9a728bee75fa34981f4d796ea567be73fe30.tar.gz
updated to version 7.08
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD10
2 files changed, 12 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5ebad0558239..5c0efb5f3e44 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Sat Jul 9 10:17:29 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 = 6.33
- pkgrel = 2
+ pkgver = 7.08
+ pkgrel = 1
url = http://mattmahoney.net/dc/zpaqutil.html
arch = i686
arch = x86_64
@@ -10,9 +12,9 @@ pkgbase = zpaqd
provides = zpaqd
conflicts = zpaqd
replaces = zpaqd
- source = http://mattmahoney.net/dc/zpaqd633.zip
- md5sums = a274a6347f6b2e8d85a9866859207946
- sha256sums = bd913f3f843fb9a14a2b015d35d37ac87b56bdb9b9fee71469a3e9ca2a61ef03
+ source = http://mattmahoney.net/dc/zpaqd708.zip
+ md5sums = 7444d5ea181ce203519739faaba80422
+ sha256sums = 4a5cb6a609a4a3d88636ea102737f0660f55faa80704110e2d378fb3cf77b3a2
pkgname = zpaqd
diff --git a/PKGBUILD b/PKGBUILD
index 95a4e6b93b35..eb26cf03ea96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: bitwave <bitwave [Att] oomlu [d0T] de>
pkgname=zpaqd
-pkgver=6.33
-_pkgver=633
-pkgrel=2
+pkgver=7.08
+_pkgver=708
+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')
url="http://mattmahoney.net/dc/zpaqutil.html"
@@ -14,8 +14,8 @@ conflicts=('zpaqd')
replaces=('zpaqd')
source=("http://mattmahoney.net/dc/$pkgname$_pkgver.zip")
-sha256sums=('bd913f3f843fb9a14a2b015d35d37ac87b56bdb9b9fee71469a3e9ca2a61ef03')
-md5sums=('a274a6347f6b2e8d85a9866859207946')
+md5sums=('7444d5ea181ce203519739faaba80422')
+sha256sums=('4a5cb6a609a4a3d88636ea102737f0660f55faa80704110e2d378fb3cf77b3a2')
build() {
c++ -O3 -s -static -Dunix zpaqd.cpp libzpaq.cpp -o zpaqd