Peter Jung pushed to branch main at Arch Linux / Packaging / Packages / 
cosmic-player


Commits:
6dd49f74 by Peter Jung at 2025-11-06T17:42:33+01:00
upgpkg: 1.0.0.beta.5-1

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = cosmic-player
        pkgdesc = WIP COSMIC media player
-       pkgver = 1.0.0.beta.4
+       pkgver = 1.0.0.beta.5
        pkgrel = 1
        url = https://github.com/pop-os/cosmic-player
        arch = x86_64
@@ -19,7 +19,7 @@ pkgbase = cosmic-player
        depends = gst-plugins-good
        depends = gstreamer
        depends = libxkbcommon
-       source = 
git+https://github.com/pop-os/cosmic-player.git#tag=e9beecc1bfb7066a7712c8cb51274cd2efddad8f
-       sha256sums = 
583048e918c76b9fb7ac5d7ab717c63e3220d1c0cba32b42e7dacdcafd9f6f8b
+       source = 
git+https://github.com/pop-os/cosmic-player.git#tag=epoch-1.0.0-beta.5
+       sha256sums = 
45c4039f4276a2ccaede9c82667820b2584d505fd463cf2c1fdbd182c4d51c78
 
 pkgname = cosmic-player


=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,6 @@
+[cosmic-player]
+source = "git"
+git = "https://github.com/pop-os/cosmic-player.git";
+prefix = "epoch-"
+from_pattern = "-(alpha|beta|rc)"
+to_pattern = '.\1'


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 # Contributor: Mark Wagie <mark dot wagie at proton dot me>
 
 pkgname=cosmic-player
-pkgver=1.0.0.beta.4
+pkgver=1.0.0.beta.5
 pkgrel=1
 pkgdesc="WIP COSMIC media player"
 arch=(x86_64)
@@ -26,14 +26,8 @@ makedepends=(
   just
   lld
 )
-_tag=e9beecc1bfb7066a7712c8cb51274cd2efddad8f
-source=("git+https://github.com/pop-os/cosmic-player.git#tag=${_tag}";)
-sha256sums=('583048e918c76b9fb7ac5d7ab717c63e3220d1c0cba32b42e7dacdcafd9f6f8b')
-
-pkgver() {
-  cd "$pkgname"
-  git describe --tags | sed 's/^epoch-//; s/-/./g'
-}
+source=(git+https://github.com/pop-os/cosmic-player.git#tag=epoch-${pkgver/.beta./-beta.})
+sha256sums=('45c4039f4276a2ccaede9c82667820b2584d505fd463cf2c1fdbd182c4d51c78')
 
 prepare() {
   cd "$pkgname"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cosmic-player/-/commit/6dd49f740d5e33f5d10edff22d7dcada77ff95fe

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cosmic-player/-/commit/6dd49f740d5e33f5d10edff22d7dcada77ff95fe
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to