From 9da0c080473930866055d23530bb2df035e1cf2d Mon Sep 17 00:00:00 2001
From: "Jan Alexander Steffens (heftig)" <heftig@archlinux.org>
Date: Sun, 16 Mar 2025 20:20:06 +0100
Subject: [PATCH] 48.0-1

---
 .SRCINFO        | 6 +++---
 .nvchecker.toml | 2 +-
 PKGBUILD        | 8 ++++----
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/.SRCINFO b/.SRCINFO
index 96b21c6..1292624 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = decibels
 	pkgdesc = Audio player for GNOME
-	pkgver = 48.0alpha
+	pkgver = 48.0
 	pkgrel = 1
 	url = https://apps.gnome.org/Decibels/
 	arch = any
@@ -26,9 +26,9 @@ pkgbase = decibels
 	optdepends = gst-libav: Extra media codecs
 	optdepends = gst-plugins-bad: Extra media codecs
 	optdepends = gst-plugins-ugly: Extra media codecs
-	source = git+https://gitlab.gnome.org/GNOME/decibels.git#tag=48.0.alpha
+	source = git+https://gitlab.gnome.org/GNOME/decibels.git#tag=48.0
 	source = git+https://gitlab.gnome.org/BrainBlasted/gi-typescript-definitions.git
-	b2sums = 467220383d71e9fac538fb164f21956f25925470acaac4aaa3448ad8da2e5cd4938f24a71fc8cee1f2e878a10e3f04900b0f2305b8c8b75dbd766eca2ecd9c7a
+	b2sums = 3aa9f33e439a37f237d6c7321bdfd499063ebe0ce400d467f656a6aa6a3765e1492990588fadaf5360232e490285cea317489f346425432cf8de478cf5c7a8be
 	b2sums = SKIP
 
 pkgname = decibels
diff --git a/.nvchecker.toml b/.nvchecker.toml
index 1200204..893d9df 100644
--- a/.nvchecker.toml
+++ b/.nvchecker.toml
@@ -1,6 +1,6 @@
 [decibels]
 source = "git"
 git = "https://gitlab.gnome.org/GNOME/decibels.git"
-# include_regex = '\d+(\.\d+)*'
+include_regex = '\d+(\.\d+)*'
 from_pattern = '\.([a-z])'
 to_pattern = '\1'
diff --git a/PKGBUILD b/PKGBUILD
index 72ea1ab..16528c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Balló György <ballogyor+arch at gmail dot com>
 
 pkgname=decibels
-pkgver=48.0alpha
+pkgver=48.0
 pkgrel=1
 pkgdesc='Audio player for GNOME'
 arch=(any)
@@ -36,9 +36,9 @@ optdepends=(
 groups=(gnome)
 source=(
   "git+https://gitlab.gnome.org/GNOME/decibels.git#tag=${pkgver/[a-z]/.&}"
-  git+https://gitlab.gnome.org/BrainBlasted/gi-typescript-definitions.git
+  "git+https://gitlab.gnome.org/BrainBlasted/gi-typescript-definitions.git"
 )
-b2sums=('467220383d71e9fac538fb164f21956f25925470acaac4aaa3448ad8da2e5cd4938f24a71fc8cee1f2e878a10e3f04900b0f2305b8c8b75dbd766eca2ecd9c7a'
+b2sums=('3aa9f33e439a37f237d6c7321bdfd499063ebe0ce400d467f656a6aa6a3765e1492990588fadaf5360232e490285cea317489f346425432cf8de478cf5c7a8be'
         'SKIP')
 
 prepare() {
@@ -46,7 +46,7 @@ prepare() {
 
   git submodule init
   git submodule set-url gi-types "$srcdir/gi-typescript-definitions"
-  git -c protocol.file.allow=always submodule update
+  git -c protocol.file.allow=always -c protocol.allow=never submodule update
 }
 
 build() {
-- 
GitLab