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


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

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = cosmic-panel
        pkgdesc = XDG Shell Wrapper Panel for Cosmic
-       pkgver = 1.0.0.beta.4
+       pkgver = 1.0.0.beta.5
        pkgrel = 1
        url = https://github.com/pop-os/cosmic-panel
        arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = cosmic-panel
        depends = glibc
        depends = libxkbcommon
        depends = wayland
-       source = 
git+https://github.com/pop-os/cosmic-panel.git#tag=f1a947605243a79c4a4a0813fa234fa21440c859
-       b2sums = 
6207336790bd20195247aca9ef79a8a8dfdb4ced544c371162e63b472f5f976eac632c8ce4604716e1a5fb2652ec52fd12cefe757533312bf1558e1652500d37
+       source = 
git+https://github.com/pop-os/cosmic-panel.git#tag=epoch-1.0.0-beta.5
+       b2sums = 
1c5efc7d5dbe544ecb58f883ab49fe0294c4efecc69c1861518ded3879221dbefb4310437d1f439dd7bd8e3de7917554413411498c031eaaea233a6c44a52a95
 
 pkgname = cosmic-panel


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


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 # Contributor: Mark Wagie <[email protected]>
 
 pkgname=cosmic-panel
-pkgver=1.0.0.beta.4
+pkgver=1.0.0.beta.5
 pkgrel=1
 pkgdesc='XDG Shell Wrapper Panel for Cosmic'
 arch=(x86_64)
@@ -22,20 +22,16 @@ makedepends=(
   just
   lld
 )
-_tag=f1a947605243a79c4a4a0813fa234fa21440c859
-source=(git+https://github.com/pop-os/cosmic-panel.git#tag=${_tag})
-b2sums=('6207336790bd20195247aca9ef79a8a8dfdb4ced544c371162e63b472f5f976eac632c8ce4604716e1a5fb2652ec52fd12cefe757533312bf1558e1652500d37')
+source=(
+  
git+https://github.com/pop-os/cosmic-panel.git#tag=epoch-${pkgver/.beta./-beta.}
+)
+b2sums=('1c5efc7d5dbe544ecb58f883ab49fe0294c4efecc69c1861518ded3879221dbefb4310437d1f439dd7bd8e3de7917554413411498c031eaaea233a6c44a52a95')
 
 prepare() {
   cd cosmic-panel
   cargo fetch --locked
 }
 
-#pkgver() {
-#  cd cosmic-panel
-#  git describe --tags | sed 's/^epoch-//; s/-/./g'
-#}
-
 build() {
   cd cosmic-panel
   RUSTFLAGS+=" -C link-arg=-fuse-ld=lld"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cosmic-panel/-/commit/a3ceee86b63a41176b42c9acb35b76ce62bd703a

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


Reply via email to