git » oxygen-sounds.git » commit 6fa0417

Revert "upgpkg: 5.27.80-1: Plasma 6 alpha"

author Antonio Rojas
2023-11-10 09:38:29 UTC
committer Antonio Rojas
2023-11-10 09:38:29 UTC
parent 3924dc07b189d105f75a3ca6f15c02f560679b53

Revert "upgpkg: 5.27.80-1: Plasma 6 alpha"

This reverts commit 3924dc07b189d105f75a3ca6f15c02f560679b53.

.SRCINFO +4 -4
PKGBUILD +4 -4

diff --git a/.SRCINFO b/.SRCINFO
index 031bf0d..f657011 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
 pkgbase = oxygen-sounds
 	pkgdesc = The Oxygen Sound Theme
-	pkgver = 5.27.80
+	pkgver = 5.27.9
 	pkgrel = 1
 	url = https://kde.org/plasma-desktop/
 	arch = any
 	groups = plasma
 	license = LGPL
 	makedepends = extra-cmake-modules
-	source = https://download.kde.org/unstable/plasma/5.27.80/oxygen-sounds-5.27.80.tar.xz
-	source = https://download.kde.org/unstable/plasma/5.27.80/oxygen-sounds-5.27.80.tar.xz.sig
+	source = https://download.kde.org/stable/plasma/5.27.9/oxygen-sounds-5.27.9.tar.xz
+	source = https://download.kde.org/stable/plasma/5.27.9/oxygen-sounds-5.27.9.tar.xz.sig
 	validpgpkeys = E0A3EB202F8E57528E13E72FD7574483BB57B18D
 	validpgpkeys = 0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D
 	validpgpkeys = D07BD8662C56CB291B316EB2F5675605C74E02CF
 	validpgpkeys = 1FA881591C26B276D7A5518EEAAF29B42A678C20
-	sha256sums = 558d5db1526c69f023232f4c741197686a9bf4268012cd26aab4d1b42b3100ff
+	sha256sums = e1fdcbcbdd4f965dcb966b885258f94c08faf6ea359c8ac926941bdd49a63759
 	sha256sums = SKIP
 
 pkgname = oxygen-sounds
diff --git a/PKGBUILD b/PKGBUILD
index 0892045..91eda7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 
 pkgname=oxygen-sounds
 pkgdesc='The Oxygen Sound Theme'
-pkgver=5.27.80
+pkgver=5.27.9
 _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/unstable/plasma/$_dirver/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('558d5db1526c69f023232f4c741197686a9bf4268012cd26aab4d1b42b3100ff'
+source=(https://download.kde.org/stable/plasma/$_dirver/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('e1fdcbcbdd4f965dcb966b885258f94c08faf6ea359c8ac926941bdd49a63759'
             '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 $pkgname-$pkgver
+  cmake -B build -S $pkgbase-$pkgver
   cmake --build build
 }