summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2016-05-17 11:24:36 +0200
committerMartchus2016-05-17 11:24:36 +0200
commitbd668de97e9190691d4d1649247b5cd16e58ae56 (patch)
tree5706c857c039e84a97de54c23f514059f32463f8 /PKGBUILD
parent86298357950ef3cb298d210af3c4277599b1fcae (diff)
downloadaur-bd668de97e9190691d4d1649247b5cd16e58ae56.tar.gz
Update to 3.3.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0ebe7e8bc317..847b05670ad1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_name=c++utilities
_reponame=cpp-utilities
pkgname=mingw-w64-c++utilities
-pkgver=3.3.0
+pkgver=3.3.1
pkgrel=1
arch=('any')
pkgdesc="Common C++ classes and routines used by my applications such as argument parser, IO and conversion utilities (mingw-w64)."
@@ -15,7 +15,7 @@ depends=('mingw-w64-crt')
makedepends=('mingw-w64-gcc' 'mingw-w64-cmake')
url="https://github.com/Martchus/${_reponame}"
source=("c++utilities-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
-sha256sums=('c1d0d9434f314f572a9137a0bb102d8f258ed969b776dd2576a16924b99b0e37')
+sha256sums=('edc7e1135bbcab303fe46de36000ba2c6f5890f66fe1304f97588afe3f589f16')
options=(!buildflags staticlibs !strip !emptydirs)
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"