summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2019-02-19 16:33:14 +0100
committerMartchus2019-02-19 16:33:14 +0100
commitcd39065e9b53df9bdfd89ebdc0a353671fc6e951 (patch)
tree0f7ad50e136df77585ca3a506fdfc40ca961ac68
parent9f22d25731533f9062898a4c576956166e6f086b (diff)
downloadaur-cd39065e9b53df9bdfd89ebdc0a353671fc6e951.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 9ed40d0302d8..75d453138ba0 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 = 5.12.1
+ pkgver = 5.12.2
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-5.12.1.tar.gz::https://github.com/Martchus/qtutilities/archive/v5.12.1.tar.gz
- sha256sums = 1a981321ac7d1f6af408e6ddb1c19a14f3abd62b054b6144f362b60f1687d681
+ source = qtutilities-5.12.2.tar.gz::https://github.com/Martchus/qtutilities/archive/v5.12.2.tar.gz
+ sha256sums = 636d3bc9f378e413d14d349b03849ad3da70290f6a25b36bdc80e4fda35776b0
pkgname = qtutilities
diff --git a/PKGBUILD b/PKGBUILD
index a8f73c2ecb2f..968e5bef858e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_reponame=qtutilities
pkgname=qtutilities
-pkgver=5.12.1
+pkgver=5.12.2
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=('1a981321ac7d1f6af408e6ddb1c19a14f3abd62b054b6144f362b60f1687d681')
+sha256sums=('636d3bc9f378e413d14d349b03849ad3da70290f6a25b36bdc80e4fda35776b0')
build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"