Skip to content
Snippets Groups Projects
Verified Commit 9da0c080 authored by Jan Alexander Steffens (heftig)'s avatar Jan Alexander Steffens (heftig)
Browse files

48.0-1

parent ccc4a551
No related branches found
No related tags found
No related merge requests found
pkgbase = decibels pkgbase = decibels
pkgdesc = Audio player for GNOME pkgdesc = Audio player for GNOME
pkgver = 48.0alpha pkgver = 48.0
pkgrel = 1 pkgrel = 1
url = https://apps.gnome.org/Decibels/ url = https://apps.gnome.org/Decibels/
arch = any arch = any
...@@ -26,9 +26,9 @@ pkgbase = decibels ...@@ -26,9 +26,9 @@ pkgbase = decibels
optdepends = gst-libav: Extra media codecs optdepends = gst-libav: Extra media codecs
optdepends = gst-plugins-bad: Extra media codecs optdepends = gst-plugins-bad: Extra media codecs
optdepends = gst-plugins-ugly: 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 source = git+https://gitlab.gnome.org/BrainBlasted/gi-typescript-definitions.git
b2sums = 467220383d71e9fac538fb164f21956f25925470acaac4aaa3448ad8da2e5cd4938f24a71fc8cee1f2e878a10e3f04900b0f2305b8c8b75dbd766eca2ecd9c7a b2sums = 3aa9f33e439a37f237d6c7321bdfd499063ebe0ce400d467f656a6aa6a3765e1492990588fadaf5360232e490285cea317489f346425432cf8de478cf5c7a8be
b2sums = SKIP b2sums = SKIP
pkgname = decibels pkgname = decibels
[decibels] [decibels]
source = "git" source = "git"
git = "https://gitlab.gnome.org/GNOME/decibels.git" git = "https://gitlab.gnome.org/GNOME/decibels.git"
# include_regex = '\d+(\.\d+)*' include_regex = '\d+(\.\d+)*'
from_pattern = '\.([a-z])' from_pattern = '\.([a-z])'
to_pattern = '\1' to_pattern = '\1'
# Maintainer: Balló György <ballogyor+arch at gmail dot com> # Maintainer: Balló György <ballogyor+arch at gmail dot com>
pkgname=decibels pkgname=decibels
pkgver=48.0alpha pkgver=48.0
pkgrel=1 pkgrel=1
pkgdesc='Audio player for GNOME' pkgdesc='Audio player for GNOME'
arch=(any) arch=(any)
...@@ -36,9 +36,9 @@ optdepends=( ...@@ -36,9 +36,9 @@ optdepends=(
groups=(gnome) groups=(gnome)
source=( source=(
"git+https://gitlab.gnome.org/GNOME/decibels.git#tag=${pkgver/[a-z]/.&}" "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') 'SKIP')
prepare() { prepare() {
...@@ -46,7 +46,7 @@ prepare() { ...@@ -46,7 +46,7 @@ prepare() {
git submodule init git submodule init
git submodule set-url gi-types "$srcdir/gi-typescript-definitions" 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() { build() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment