git » breeze-icons.git » commit eaff5ca

upgpkg: 6.3.0-1: Update to 6.3.0

author Antonio Rojas
2024-06-09 07:01:04 UTC
committer Antonio Rojas
2024-06-09 07:01:04 UTC
parent bf7d044b1637de2a839f566dba7ca0981984b107

upgpkg: 6.3.0-1: Update to 6.3.0

.SRCINFO +9 -7
PKGBUILD +8 -6

diff --git a/.SRCINFO b/.SRCINFO
index 03e8b6c..05f5f98 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,22 @@
 pkgbase = breeze-icons
 	pkgdesc = Breeze icon theme
-	pkgver = 6.2.0
+	pkgver = 6.3.0
 	pkgrel = 1
 	url = https://community.kde.org/Frameworks
-	arch = any
+	arch = x86_64
 	groups = kf6
-	license = LGPL
+	license = GPL-3.0-or-later
+	license = LGPL-2.1-only
 	makedepends = extra-cmake-modules
 	makedepends = python-lxml
-	makedepends = qt6-base
-	source = https://download.kde.org/stable/frameworks/6.2/breeze-icons-6.2.0.tar.xz
-	source = https://download.kde.org/stable/frameworks/6.2/breeze-icons-6.2.0.tar.xz.sig
+	depends = glibc
+	depends = qt6-base
+	source = https://download.kde.org/stable/frameworks/6.3/breeze-icons-6.3.0.tar.xz
+	source = https://download.kde.org/stable/frameworks/6.3/breeze-icons-6.3.0.tar.xz.sig
 	validpgpkeys = 53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB
 	validpgpkeys = E0A3EB202F8E57528E13E72FD7574483BB57B18D
 	validpgpkeys = 90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1
-	sha256sums = df5a3b150768dd5c781a6c3d1848d79f4b0eb2f327e248c5426a1234aa4c135b
+	sha256sums = 67266378f2d7dbf13dc4f691de43f30b5aca4e4a3336e9f60f0efba2a474e626
 	sha256sums = SKIP
 
 pkgname = breeze-icons
diff --git a/PKGBUILD b/PKGBUILD
index 2b085d1..df40a47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,18 +3,20 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=breeze-icons
-pkgver=6.2.0
+pkgver=6.3.0
 pkgrel=1
 pkgdesc='Breeze icon theme'
-arch=(any)
+arch=(x86_64)
 url='https://community.kde.org/Frameworks'
-license=(LGPL)
+license=(GPL-3.0-or-later
+         LGPL-2.1-only)
+depends=(glibc
+         qt6-base)
 makedepends=(extra-cmake-modules
-             python-lxml
-             qt6-base)
+             python-lxml)
 groups=(kf6)
 source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('df5a3b150768dd5c781a6c3d1848d79f4b0eb2f327e248c5426a1234aa4c135b'
+sha256sums=('67266378f2d7dbf13dc4f691de43f30b5aca4e4a3336e9f60f0efba2a474e626'
             'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure <faure@kde.org>
               E0A3EB202F8E57528E13E72FD7574483BB57B18D # Jonathan Esk-Riddell <jr@jriddell.org>