summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2019-10-02 21:47:42 +0200
committerMartchus2019-10-02 21:47:42 +0200
commit421276f42532d6f1ce82eb94e61b38ce03d93d19 (patch)
tree6741d8f11977276ec730eeb8af687324fc4e3431
parent182dd37d00ed2d5d8a6825e1da5aebec422d7457 (diff)
downloadaur-421276f42532d6f1ce82eb94e61b38ce03d93d19.tar.gz
Update version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b3102f9dbd0a..3e00de0efc54 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qtutilities
pkgdesc = Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models
- pkgver = 6.0.0
+ pkgver = 6.0.1
pkgrel = 1
url = https://github.com/Martchus/qtutilities
arch = i686
@@ -15,8 +15,8 @@ pkgbase = qtutilities
depends = c++utilities
depends = qt5-base
optdepends = qtutilities-doc: API documentation
- source = qtutilities-6.0.0.tar.gz::https://github.com/Martchus/qtutilities/archive/v6.0.0.tar.gz
- sha256sums = fca8352d43a689264574daebcd4d59d6f296112e16122e5509fbe46ed3976692
+ source = qtutilities-6.0.1.tar.gz::https://github.com/Martchus/qtutilities/archive/v6.0.1.tar.gz
+ sha256sums = 76256c1a21914ce6ab45c84d72489fdfa16327854ece2cb2d919be90e7d3c33c
pkgname = qtutilities
diff --git a/PKGBUILD b/PKGBUILD
index 42dd721cc602..dbcf266f9e32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_reponame=qtutilities
pkgname=qtutilities
-pkgver=6.0.0
+pkgver=6.0.1
pkgrel=1
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
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' 'mesa')
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=('fca8352d43a689264574daebcd4d59d6f296112e16122e5509fbe46ed3976692')
+sha256sums=('76256c1a21914ce6ab45c84d72489fdfa16327854ece2cb2d919be90e7d3c33c')
build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"