summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2016-01-29 01:26:41 +0100
committerMartchus2016-01-29 01:26:41 +0100
commitcd15d18826d1f9cce5af425b23a4e2c02cfd645b (patch)
tree698d833ce270c4d08015af66960c1382bf474a0d /PKGBUILD
parent60b177af1f34329735d22bc43a6e39eb1330a9a3 (diff)
downloadaur-cd15d18826d1f9cce5af425b23a4e2c02cfd645b.tar.gz
updated to 3.1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 800b94fa27bd..65193beb2414 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Martchus <martchus@gmx.net>
_reponame=cpp-utilities
pkgname=c++utilities
-pkgver=3.1.0
+pkgver=3.1.1
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc="Common C++ classes and routines used by my applications such as argument parser, IO and conversion utilities."
@@ -10,7 +10,7 @@ depends=('gcc-libs')
makedepends=('cmake')
url="https://github.com/Martchus/${_reponame}"
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
-sha256sums=('6a97975bd5614493cec700b9d5733a4dd78cbc361e05848b302f79ac6142915d')
+sha256sums=('6d94b823b9ec8e645e79f6bcdfed65bc2c8d3e3ac748f5ce969af1680cee9274')
build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"