git » oxygen-sounds.git » commit 4b71228

upgpkg: 5.92.0-1: Plasma 6 RC

author Antonio Rojas
2024-01-11 07:15:22 UTC
committer Antonio Rojas
2024-01-11 07:15:22 UTC
parent f051de619b417a7d3ca4d1bcdeef74d3235655ba

upgpkg: 5.92.0-1: Plasma 6 RC

.SRCINFO +4 -4
PKGBUILD +4 -4

diff --git a/.SRCINFO b/.SRCINFO
index 180ef55..f9952f8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
 pkgbase = oxygen-sounds
 	pkgdesc = The Oxygen Sound Theme
-	pkgver = 5.27.10
+	pkgver = 5.92.0
 	pkgrel = 1
 	url = https://kde.org/plasma-desktop/
 	arch = any
 	groups = plasma
 	license = LGPL
 	makedepends = extra-cmake-modules
-	source = https://download.kde.org/stable/plasma/5.27.10/oxygen-sounds-5.27.10.tar.xz
-	source = https://download.kde.org/stable/plasma/5.27.10/oxygen-sounds-5.27.10.tar.xz.sig
+	source = https://download.kde.org/unstable/plasma/5.92.0/oxygen-sounds-5.92.0.tar.xz
+	source = https://download.kde.org/unstable/plasma/5.92.0/oxygen-sounds-5.92.0.tar.xz.sig
 	validpgpkeys = E0A3EB202F8E57528E13E72FD7574483BB57B18D
 	validpgpkeys = 0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D
 	validpgpkeys = D07BD8662C56CB291B316EB2F5675605C74E02CF
 	validpgpkeys = 1FA881591C26B276D7A5518EEAAF29B42A678C20
-	sha256sums = 23a1f090aaeee966476ff03aecad1f60b1e067d7948edd1b61c3a5d2b33bc35f
+	sha256sums = c4155f623e9a4377967f84d6584653829579cd05447346c63c970373dcabdc4d
 	sha256sums = SKIP
 
 pkgname = oxygen-sounds
diff --git a/PKGBUILD b/PKGBUILD
index d2d585c..697c077 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 
 pkgname=oxygen-sounds
 pkgdesc='The Oxygen Sound Theme'
-pkgver=5.27.10
+pkgver=5.92.0
 _dirver=$(echo $pkgver | cut -d. -f1-3)
 pkgrel=1
 arch=(any)
@@ -13,8 +13,8 @@ license=(LGPL)
 depends=()
 makedepends=(extra-cmake-modules)
 groups=(plasma)
-source=(https://download.kde.org/stable/plasma/$_dirver/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('23a1f090aaeee966476ff03aecad1f60b1e067d7948edd1b61c3a5d2b33bc35f'
+source=(https://download.kde.org/unstable/plasma/$_dirver/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('c4155f623e9a4377967f84d6584653829579cd05447346c63c970373dcabdc4d'
             'SKIP')
 validpgpkeys=('E0A3EB202F8E57528E13E72FD7574483BB57B18D'  # Jonathan Esk-Riddell <jr@jriddell.org>
               '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah <bshah@kde.org>
@@ -22,7 +22,7 @@ validpgpkeys=('E0A3EB202F8E57528E13E72FD7574483BB57B18D'  # Jonathan Esk-Riddell
               '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin <notmart@gmail.com>
 
 build() {
-  cmake -B build -S $pkgbase-$pkgver
+  cmake -B build -S $pkgname-$pkgver
   cmake --build build
 }