summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2021-01-07 01:35:52 +0100
committerMartchus2021-01-07 01:35:52 +0100
commit96ed357119f9ffa54e7290d38b30cd1791a94573 (patch)
tree45751305d228495fa48881a3b013272b92c4d14c
parent0ec3bc1a13abfd675e719ed6dc273d9fcebe5739 (diff)
downloadaur-96ed357119f9ffa54e7290d38b30cd1791a94573.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 f01331365dd0..3b02202d1ffd 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.3.2
+ pkgver = 6.3.3
pkgrel = 1
url = https://github.com/Martchus/qtutilities
arch = i686
@@ -16,8 +16,8 @@ pkgbase = qtutilities
depends = c++utilities
depends = qt5-base
optdepends = qtutilities-doc: API documentation
- source = qtutilities-6.3.2.tar.gz::https://github.com/Martchus/qtutilities/archive/v6.3.2.tar.gz
- sha256sums = c367a445f6d8e273787e733f8701ebea001f9dea1fb1e317580e976a48b42df1
+ source = qtutilities-6.3.3.tar.gz::https://github.com/Martchus/qtutilities/archive/v6.3.3.tar.gz
+ sha256sums = 7f9054cdabdbf6e0afd7f27ae8ced59121349b5fcf15ce2638b5aa852d46ab4a
pkgname = qtutilities
diff --git a/PKGBUILD b/PKGBUILD
index bbc0bce7faa2..9ebc95fd3b2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_reponame=qtutilities
pkgname=qtutilities
-pkgver=6.3.2
+pkgver=6.3.3
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' 'ninja' '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=('c367a445f6d8e273787e733f8701ebea001f9dea1fb1e317580e976a48b42df1')
+sha256sums=('7f9054cdabdbf6e0afd7f27ae8ced59121349b5fcf15ce2638b5aa852d46ab4a')
build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"