summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2024-04-02 19:47:26 +0200
committerMartchus2024-04-02 19:47:26 +0200
commit49940aa459d93b08d83dd7edf148d99a50c12419 (patch)
tree4699a6518d1804df5d524888f4ec8c7f4877ba4a
parentcf2a281ea9d274d38bd007952629a482441f16f0 (diff)
downloadaur-qtutilities.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 9c4b764229d3..3cb97a8dca37 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.13.5
+ pkgver = 6.14.0
pkgrel = 1
url = https://github.com/Martchus/qtutilities
arch = i686
@@ -17,7 +17,7 @@ pkgbase = qtutilities
depends = libx11
optdepends = qtutilities-doc: API documentation
provides = libqtutilities.so
- source = qtutilities-6.13.5.tar.gz::https://github.com/Martchus/qtutilities/archive/v6.13.5.tar.gz
- sha256sums = ed6c438f4a1f0082558978a87be4608a5bd82cf6a4450798dd612d6087a639b4
+ source = qtutilities-6.14.0.tar.gz::https://github.com/Martchus/qtutilities/archive/v6.14.0.tar.gz
+ sha256sums = 4eab9ef26edf67c1c436596bea42890fcc0206f93c50413939ccce8c94bf7bc0
pkgname = qtutilities
diff --git a/PKGBUILD b/PKGBUILD
index 95a96af84064..eeaf3bafdbd9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_reponame=qtutilities
pkgname=qtutilities
-pkgver=6.13.5
+pkgver=6.14.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'
@@ -16,7 +16,7 @@ optdepends=("$pkgname-doc: API documentation")
provides=(libqtutilities.so)
url="https://github.com/Martchus/${_reponame}"
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
-sha256sums=('ed6c438f4a1f0082558978a87be4608a5bd82cf6a4450798dd612d6087a639b4')
+sha256sums=('4eab9ef26edf67c1c436596bea42890fcc0206f93c50413939ccce8c94bf7bc0')
build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"