summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2018-03-31 12:19:39 +0200
committerMartchus2018-03-31 12:19:39 +0200
commita5d73111211a7233a6645d94dbaf71de824a4891 (patch)
tree3486ba0fdf45b7bbfc3c29e991dcd56cd98f4cb4
parent3b8846d5aa0b2307822f7d86a7d1a014e4c1c1f7 (diff)
downloadaur-a5d73111211a7233a6645d94dbaf71de824a4891.tar.gz
Update version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8eebd2669c7e..0de6e5869c2f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sat Jan 20 22:15:16 UTC 2018
pkgbase = qtutilities
pkgdesc = Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models
- pkgver = 5.8.2
+ pkgver = 5.9.0
pkgrel = 1
url = https://github.com/Martchus/qtutilities
arch = i686
@@ -13,8 +11,8 @@ pkgbase = qtutilities
depends = c++utilities
depends = qt5-base
optdepends = qtutilities-doc: API documentation
- source = qtutilities-5.8.2.tar.gz::https://github.com/Martchus/qtutilities/archive/v5.8.2.tar.gz
- sha256sums = a20cdd3e854c77bc25f9a05c079e5b81dc53d1eef3b8a6d913f3f14d8b6eabaa
+ source = qtutilities-5.9.0.tar.gz::https://github.com/Martchus/qtutilities/archive/v5.9.0.tar.gz
+ sha256sums = e81ae842218964d28dac61a74a1ebebc73aac8c4891c4fb2e5d7c75fe1588d35
pkgname = qtutilities
diff --git a/PKGBUILD b/PKGBUILD
index 0ac36be8b9b9..7349a684ad9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_reponame=qtutilities
pkgname=qtutilities
-pkgver=5.8.2
+pkgver=5.9.0
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=('a20cdd3e854c77bc25f9a05c079e5b81dc53d1eef3b8a6d913f3f14d8b6eabaa')
+sha256sums=('e81ae842218964d28dac61a74a1ebebc73aac8c4891c4fb2e5d7c75fe1588d35')
build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"