Peter Jung pushed to branch main at Arch Linux / Packaging / Packages /
cosmic-app-library
Commits:
40490f93 by Peter Jung at 2025-01-15T17:57:41+01:00
upgpkg: 1.0.0.alpha.5.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = cosmic-app-library
pkgdesc = Cosmic App Library
- pkgver = 1.0.0.alpha.5
+ pkgver = 1.0.0.alpha.5.1
pkgrel = 1
url = https://github.com/pop-os/cosmic-applibrary
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = cosmic-app-library
depends = gcc-libs
depends = glibc
depends = libxkbcommon
- source =
git+https://github.com/pop-os/cosmic-applibrary.git#tag=676656da1eca2110db22f11f5a26e1d70628fdbd
- b2sums =
2425e78e49ebc1ae0bd2fe550e7bfecd96006d8d1d0e1a607ac55ec3ab47cf881035e79dfa8345cc56d7128ac0fad6fcb659923c9111c902bc94765a025ec3df
+ source =
git+https://github.com/pop-os/cosmic-applibrary.git#tag=c01d98d629bf53a961dd37880cebe9a2c23df13c
+ b2sums =
3aaa315b1ffc7ae566ca638f5de08a1089d7943e12a3438c6263c5f3cb164dcc587dad05b34546d93e85f4a56b367c7576c2ffeef482f53aa863939965602a1b
pkgname = cosmic-app-library
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
# Contributor: Mark Wagie <[email protected]>
pkgname=cosmic-app-library
-pkgver=1.0.0.alpha.5
+pkgver=1.0.0.alpha.5.1
pkgrel=1
pkgdesc='Cosmic App Library'
arch=(x86_64)
@@ -23,19 +23,19 @@ makedepends=(
just
lld
)
-_tag=676656da1eca2110db22f11f5a26e1d70628fdbd
+_tag=c01d98d629bf53a961dd37880cebe9a2c23df13c
source=(git+https://github.com/pop-os/cosmic-applibrary.git#tag=${_tag})
-b2sums=('2425e78e49ebc1ae0bd2fe550e7bfecd96006d8d1d0e1a607ac55ec3ab47cf881035e79dfa8345cc56d7128ac0fad6fcb659923c9111c902bc94765a025ec3df')
+b2sums=('3aaa315b1ffc7ae566ca638f5de08a1089d7943e12a3438c6263c5f3cb164dcc587dad05b34546d93e85f4a56b367c7576c2ffeef482f53aa863939965602a1b')
prepare() {
cd cosmic-applibrary
cargo fetch --locked
}
-#pkgver() {
-# cd cosmic-applibrary
-# git describe --tags | sed 's/^epoch-//; s/-/./g'
-#}
+pkgver() {
+ cd cosmic-applibrary
+ git describe --tags | sed 's/^epoch-//; s/-/./g'
+}
build() {
cd cosmic-applibrary
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cosmic-app-library/-/commit/40490f9345d41d0715191b23772cdf39a380dfa2
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cosmic-app-library/-/commit/40490f9345d41d0715191b23772cdf39a380dfa2
You're receiving this email because of your account on gitlab.archlinux.org.