summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2020-07-14 12:46:10 +0200
committerMartchus2020-07-14 12:46:10 +0200
commitc3611e78d26edbd1763c64cc6dbdf2de218663d6 (patch)
tree76228d86e48ceb72a235f74a92f66818ba7d9748
parente205255b414dbd53c7cc66b34da249f59be38186 (diff)
downloadaur-c3611e78d26edbd1763c64cc6dbdf2de218663d6.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 3085905ab8e5..e241998ca7eb 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.1.0
+ pkgver = 6.2.0
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.1.0.tar.gz::https://github.com/Martchus/qtutilities/archive/v6.1.0.tar.gz
- sha256sums = e060b4131e3193a7d72e6b4f4c70a19fddb3033c9e193dd87bc3381b265305bc
+ source = qtutilities-6.2.0.tar.gz::https://github.com/Martchus/qtutilities/archive/v6.2.0.tar.gz
+ sha256sums = 87434109d9ea225d82e3b786d188bde5366f143d6a1ddc6fb10d794d517f4cfe
pkgname = qtutilities
diff --git a/PKGBUILD b/PKGBUILD
index dc355ced0648..8df696934f94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_reponame=qtutilities
pkgname=qtutilities
-pkgver=6.1.0
+pkgver=6.2.0
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=('e060b4131e3193a7d72e6b4f4c70a19fddb3033c9e193dd87bc3381b265305bc')
+sha256sums=('87434109d9ea225d82e3b786d188bde5366f143d6a1ddc6fb10d794d517f4cfe')
build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"