summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2017-11-02 16:21:09 +0100
committerMartchus2017-11-02 16:21:09 +0100
commit707c432be0be6d9d3e8ff1ee3b873003e77ee5f6 (patch)
treea8c905e26ecd5ffb5af41cb8eb5f096109550459
parent2e8dc617d904ed668a1b51403a66ada02e8fb7b5 (diff)
downloadaur-707c432be0be6d9d3e8ff1ee3b873003e77ee5f6.tar.gz
Update version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ddc619af8a7c..ccb571df4518 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Oct 8 19:13:25 UTC 2017
+# Thu Nov 2 15:21:09 UTC 2017
pkgbase = qtutilities
pkgdesc = Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models
- pkgver = 5.8.0
+ pkgver = 5.8.1
pkgrel = 1
url = https://github.com/Martchus/qtutilities
arch = i686
@@ -13,8 +13,8 @@ pkgbase = qtutilities
depends = c++utilities
depends = qt5-base
optdepends = qtutilities-doc: API documentation
- source = qtutilities-5.8.0.tar.gz::https://github.com/Martchus/qtutilities/archive/v5.8.0.tar.gz
- sha256sums = 684d662eedb40670470110bb83a2bbd52217d4907fd9cb7563c609dffaa82c75
+ source = qtutilities-5.8.1.tar.gz::https://github.com/Martchus/qtutilities/archive/v5.8.1.tar.gz
+ sha256sums = f3e72a98aabb31a36fe1294be2e6c5fec66bdd26faf95386554d7e8981c43383
pkgname = qtutilities
diff --git a/PKGBUILD b/PKGBUILD
index 74b69195ea26..31ca4c8b7534 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_reponame=qtutilities
pkgname=qtutilities
-pkgver=5.8.0
+pkgver=5.8.1
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc='Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models'
@@ -15,7 +15,7 @@ makedepends=('cmake' 'qt5-tools')
optdepends=("$pkgname-doc: API documentation")
url="https://github.com/Martchus/${_reponame}"
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
-sha256sums=('684d662eedb40670470110bb83a2bbd52217d4907fd9cb7563c609dffaa82c75')
+sha256sums=('f3e72a98aabb31a36fe1294be2e6c5fec66bdd26faf95386554d7e8981c43383')
build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"