summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2024-03-05 14:48:53 +0100
committerMartchus2024-03-05 14:48:53 +0100
commitcf2a281ea9d274d38bd007952629a482441f16f0 (patch)
tree004133885543608fe01fb6bfae528a0c864a9149
parent16f3fc3b0b023a1b2d85ebc18c285472773b27f6 (diff)
downloadaur-cf2a281ea9d274d38bd007952629a482441f16f0.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 ca2c71e5b99c..9c4b764229d3 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.4
+ pkgver = 6.13.5
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.4.tar.gz::https://github.com/Martchus/qtutilities/archive/v6.13.4.tar.gz
- sha256sums = 547d9e122d399ed3a86ec0b5fe078e0b54ab3e9a3e613efdaac4f6bb63fb5007
+ source = qtutilities-6.13.5.tar.gz::https://github.com/Martchus/qtutilities/archive/v6.13.5.tar.gz
+ sha256sums = ed6c438f4a1f0082558978a87be4608a5bd82cf6a4450798dd612d6087a639b4
pkgname = qtutilities
diff --git a/PKGBUILD b/PKGBUILD
index 018363ca15be..95a96af84064 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_reponame=qtutilities
pkgname=qtutilities
-pkgver=6.13.4
+pkgver=6.13.5
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=('547d9e122d399ed3a86ec0b5fe078e0b54ab3e9a3e613efdaac4f6bb63fb5007')
+sha256sums=('ed6c438f4a1f0082558978a87be4608a5bd82cf6a4450798dd612d6087a639b4')
build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"