Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages /
switchboard-plug-sound
Commits:
3a230c8b by Maxime Gauduin at 2024-10-03T19:35:03+02:00
upgpkg: 8.0.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = switchboard-plug-sound
pkgdesc = Switchboard Sound Plug
- pkgver = 2.3.3.r91.8cabffc
+ pkgver = 8.0.0
pkgrel = 1
url = https://github.com/elementary/switchboard-plug-sound
arch = x86_64
@@ -19,7 +19,7 @@ pkgbase = switchboard-plug-sound
depends = libgranite-7.so
depends = libpulse
depends = libswitchboard-3.so
- source =
git+https://github.com/elementary/switchboard-plug-sound.git#commit=8cabffc0e19a19bb72f42c531199076c02f84a46
- b2sums = SKIP
+ source =
git+https://github.com/elementary/switchboard-plug-sound.git#tag=06694e6f32fe2b73d9f2002f983ed0ca5b742ffc
+ b2sums =
b575e757cbfe361d6a5860404827ac1322b90d82efda29753a82cafd08397057f5dcc8c7bc45b9ab7ed4022030f452217c9ebc4dbd54eb747d6dbfd1d8853f42
pkgname = switchboard-plug-sound
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Maxime Gauduin <[email protected]>
pkgname=switchboard-plug-sound
-pkgver=2.3.3.r91.8cabffc
+pkgver=8.0.0
pkgrel=1
pkgdesc='Switchboard Sound Plug'
arch=(x86_64)
@@ -25,13 +25,13 @@ makedepends=(
meson
vala
)
-_commit=8cabffc0e19a19bb72f42c531199076c02f84a46
-source=(git+https://github.com/elementary/switchboard-plug-sound.git#commit=${_commit})
-b2sums=(SKIP)
+_tag=06694e6f32fe2b73d9f2002f983ed0ca5b742ffc
+source=(git+https://github.com/elementary/switchboard-plug-sound.git#tag=${_tag})
+b2sums=('b575e757cbfe361d6a5860404827ac1322b90d82efda29753a82cafd08397057f5dcc8c7bc45b9ab7ed4022030f452217c9ebc4dbd54eb747d6dbfd1d8853f42')
pkgver() {
cd switchboard-plug-sound
- git describe --tags | sed 's/-/.r/; s/-g/./'
+ git describe --tags
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/switchboard-plug-sound/-/commit/3a230c8b54cd921e347d66616f8f8ba691b08666
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/switchboard-plug-sound/-/commit/3a230c8b54cd921e347d66616f8f8ba691b08666
You're receiving this email because of your account on gitlab.archlinux.org.