summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2016-02-27 02:49:54 +0100
committerMartchus2016-02-27 02:49:54 +0100
commitda445ab1afc432a83d129eddba70ddc59445f4c4 (patch)
treee73e845c4cac86233afa09f842f8ddcb13c8ef60
parentcd15d18826d1f9cce5af425b23a4e2c02cfd645b (diff)
downloadaur-da445ab1afc432a83d129eddba70ddc59445f4c4.tar.gz
updated version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e426fa831f93..491c85872a0a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Jan 29 00:25:20 UTC 2016
+# Sat Feb 27 01:49:21 UTC 2016
pkgbase = c++utilities
pkgdesc = Common C++ classes and routines used by my applications such as argument parser, IO and conversion utilities.
- pkgver = 3.1.1
+ pkgver = 3.2.0
pkgrel = 1
url = https://github.com/Martchus/cpp-utilities
arch = i686
@@ -10,8 +10,8 @@ pkgbase = c++utilities
license = GPL
makedepends = cmake
depends = gcc-libs
- source = c++utilities-3.1.1.tar.gz::https://github.com/Martchus/cpp-utilities/archive/v3.1.1.tar.gz
- sha256sums = 6d94b823b9ec8e645e79f6bcdfed65bc2c8d3e3ac748f5ce969af1680cee9274
+ source = c++utilities-3.2.0.tar.gz::https://github.com/Martchus/cpp-utilities/archive/v3.2.0.tar.gz
+ sha256sums = b76a56237f5e318bb0e3d69fa9e685527807d77c6d89bcc9b59249a1d1a86d22
pkgname = c++utilities
diff --git a/PKGBUILD b/PKGBUILD
index 65193beb2414..e3b0bc55402e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Martchus <martchus@gmx.net>
_reponame=cpp-utilities
pkgname=c++utilities
-pkgver=3.1.1
+pkgver=3.2.0
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=('6d94b823b9ec8e645e79f6bcdfed65bc2c8d3e3ac748f5ce969af1680cee9274')
+sha256sums=('b76a56237f5e318bb0e3d69fa9e685527807d77c6d89bcc9b59249a1d1a86d22')
build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"