git » qt5-script.git » commit 5697b17

upgpkg: 5.15.16-1: Update to 5.15.16

author Antonio Rojas
2023-12-23 10:11:08 UTC
committer Antonio Rojas
2023-12-23 10:11:08 UTC
parent ae28d19ad385d28697c6870050b50c002fce0ee9

upgpkg: 5.15.16-1: Update to 5.15.16

.SRCINFO +3 -3
PKGBUILD +2 -2

diff --git a/.SRCINFO b/.SRCINFO
index 94b5f01..04ef509 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
 pkgbase = qt5-script
 	pkgdesc = Classes for making Qt applications scriptable. Provided for Qt 4.x compatibility
-	pkgver = 5.15.15
-	pkgrel = 2
+	pkgver = 5.15.16
+	pkgrel = 1
 	url = https://www.qt.io
 	arch = x86_64
 	groups = qt5
@@ -12,7 +12,7 @@ pkgbase = qt5-script
 	makedepends = git
 	depends = qt5-base
 	options = !lto
-	source = git+https://code.qt.io/qt/qtscript.git#tag=v5.15.15-lts
+	source = git+https://code.qt.io/qt/qtscript.git#tag=v5.15.16-lts
 	sha256sums = SKIP
 
 pkgname = qt5-script
diff --git a/PKGBUILD b/PKGBUILD
index 425cc62..2a19528 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
 
 pkgname=qt5-script
 _basever=5.15.11
-pkgver=5.15.15
-pkgrel=2
+pkgver=5.15.16
+pkgrel=1
 arch=('x86_64')
 url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')