summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2015-09-22 23:21:54 +0200
committerMartchus2015-09-22 23:21:54 +0200
commit23a9a02ef853e98178379a07ee6ce3a3c44f4db8 (patch)
treea44ed573c92becaa9f486f89d67d28a75b69bf0e /PKGBUILD
parent5551f1b1738a93081afae1c5ee9be836b9e09879 (diff)
downloadaur-23a9a02ef853e98178379a07ee6ce3a3c44f4db8.tar.gz
updated version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 20bb31910be0..50a13e5a21c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Martchus <martchus@gmx.net>
pkgname=c++utilities
-pkgver=2.0.1
-pkgrel=3
+pkgver=2.0.2
+pkgrel=1
arch=('i686' 'x86_64')
pkgdesc="Common C++ classes and routines used by my applications such
as argument parser, IO and conversion utilities."
@@ -11,7 +11,7 @@ makedepends=('qt5-base')
url="https://github.com/Martchus/cpp-utilities"
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/cpp-utilities/archive/v${pkgver}.tar.gz")
_reponame=cpp-utilities
-sha256sums=('13cd2a9fb394d0da7656880adb1e358fc40f1b4860f77fd64970c4d00f70b05f')
+sha256sums=('41dfde4b9e86c787cc93495508d017bdf490d6e93793c756e284d52ef340207d')
build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"