summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authork0n24d2016-12-29 18:11:21 +0100
committerk0n24d2016-12-29 18:11:21 +0100
commitbf170355f56d6d6ff947ca402b100997b391cf1b (patch)
tree1ca2e62096077fc97141765d743b940c30c5a467
parenta79ce830554430ab609d575597a755c31398fa63 (diff)
downloadaur-bf170355f56d6d6ff947ca402b100997b391cf1b.tar.gz
Update to version 7.01
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
-rw-r--r--cximage.pc2
3 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 16e874de7010..538ea5cdec56 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-cximage
pkgdesc = Another free C++ image processing and conversion library
- pkgver = 7.00
+ pkgver = 7.01
pkgrel = 1
url = http://www.xdp.it/cximage/
arch = any
@@ -16,14 +16,14 @@ pkgbase = mingw-w64-cximage
options = !strip
options = !buildflags
options = staticlibs
- source = http://sourceforge.net/projects/cximage/files/7.00/cximage700_full.7z
+ source = http://sourceforge.net/projects/cximage/files/7.01/cximage701_full.7z
source = cximage-6.0.0-fix-include-name.patch
source = cximage-7.0.0-disable-some-formats.patch
source = cximage.pc
- sha1sums = 9b3ae3fec4db63a3e1108f137bde854d7b7be7c0
+ sha1sums = 6138e4babe86b84015df32bf4df814815ffbfecf
sha1sums = 39911dc9e8aee7cf473061971445eb246084fc10
sha1sums = 72eec651bf1e3d4a7cc0b9ab5a4950cf6d846b43
- sha1sums = 435d63f8b53279cd976fe3e8e80af65344908fa5
+ sha1sums = e505934712252ea05a730c30062ed6017948a25d
pkgname = mingw-w64-cximage
diff --git a/PKGBUILD b/PKGBUILD
index 5801e34c5eac..fb1138d2ebf4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: K0n24d
pkgname=mingw-w64-cximage
major=7
-minor=00
+minor=01
pkgver=${major}.${minor}
pkgrel=1
pkgdesc='Another free C++ image processing and conversion library'
@@ -16,10 +16,10 @@ source=("http://sourceforge.net/projects/cximage/files/${major}.${minor}/cximage
'cximage-7.0.0-disable-some-formats.patch'
'cximage.pc')
-sha1sums=('9b3ae3fec4db63a3e1108f137bde854d7b7be7c0'
+sha1sums=('6138e4babe86b84015df32bf4df814815ffbfecf'
'39911dc9e8aee7cf473061971445eb246084fc10'
'72eec651bf1e3d4a7cc0b9ab5a4950cf6d846b43'
- '435d63f8b53279cd976fe3e8e80af65344908fa5')
+ 'e505934712252ea05a730c30062ed6017948a25d')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
diff --git a/cximage.pc b/cximage.pc
index c059d4bbaa05..7dfd67c99a27 100644
--- a/cximage.pc
+++ b/cximage.pc
@@ -7,7 +7,7 @@ includedir=${prefix}/include
Name: CxImage
Description: CxImage Image Manipulation Library
-Version: 7.0.0
+Version: 7.0.1
Libs: -L${libdir} -lcximage
Cflags: -I${includedir}/CxImage
Requires.private: libpng16 zlib