summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2016-11-28 22:41:40 +0100
committerMartchus2016-11-28 22:41:40 +0100
commit863015b84bb3c266c868e2ef51a6232784e95ed4 (patch)
treecc06f86f2d2f406a93ee27c04b9bb4555698f6b3
parent4d417bb4a3fdf5ce2edb166213327f5a0199a9e4 (diff)
downloadaur-863015b84bb3c266c868e2ef51a6232784e95ed4.tar.gz
Update to 4.3.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aee3dffca649..4cd090640b32 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Oct 30 16:45:15 UTC 2016
+# Mon Nov 28 21:41:40 UTC 2016
pkgbase = mingw-w64-c++utilities
pkgdesc = Common C++ classes and routines such as argument parser, IO and conversion utilities (mingw-w64)
- pkgver = 4.2.0
+ pkgver = 4.3.0
pkgrel = 1
url = https://github.com/Martchus/cpp-utilities
arch = any
@@ -16,8 +16,8 @@ pkgbase = mingw-w64-c++utilities
options = staticlibs
options = !strip
options = !emptydirs
- source = c++utilities-4.2.0.tar.gz::https://github.com/Martchus/cpp-utilities/archive/v4.2.0.tar.gz
- sha256sums = 5f247a1b69f68ac8e7863caecb3ad0d644e136d5fa9effbe73bd252586f03fdd
+ source = c++utilities-4.3.0.tar.gz::https://github.com/Martchus/cpp-utilities/archive/v4.3.0.tar.gz
+ sha256sums = 3e54207692a7cbfb5195a0b7721aabcc540e08cd96f7518fade65e7db3967497
pkgname = mingw-w64-c++utilities
diff --git a/PKGBUILD b/PKGBUILD
index f92562ef04f0..effa368b1d27 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_reponame=cpp-utilities
pkgname=mingw-w64-c++utilities
_name=${pkgname#mingw-w64-}
-pkgver=4.2.0
+pkgver=4.3.0
pkgrel=1
arch=('any')
pkgdesc='Common C++ classes and routines such as argument parser, IO and conversion utilities (mingw-w64)'
@@ -16,7 +16,7 @@ optdepends=("$pkgname-doc: API documentation")
makedepends=('mingw-w64-gcc' 'mingw-w64-cmake')
url="https://github.com/Martchus/${_reponame}"
source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
-sha256sums=('5f247a1b69f68ac8e7863caecb3ad0d644e136d5fa9effbe73bd252586f03fdd')
+sha256sums=('3e54207692a7cbfb5195a0b7721aabcc540e08cd96f7518fade65e7db3967497')
options=(!buildflags staticlibs !strip !emptydirs)
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || _configurations='-DENABLE_STATIC_LIBS:BOOL=ON'