Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
muffin
Commits:
5473f853 by Antonio Rojas at 2024-06-12T23:53:45+02:00
upgpkg: 6.2.0-1: Update to 6.2.0
- - - - -
3 changed files:
- .SRCINFO
- + .nvchecker.toml
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = muffin
pkgdesc = Cinnamon window manager based on Mutter
- pkgver = 6.0.1
+ pkgver = 6.2.0
pkgrel = 1
url = https://github.com/linuxmint/muffin
arch = x86_64
@@ -21,8 +21,8 @@ pkgbase = muffin
depends = pipewire
depends = xorg-xwayland
options = !emptydirs
- source =
https://github.com/linuxmint/muffin/archive/6.0.1/muffin-6.0.1.tar.gz
- sha256sums =
3f305c345db72e8bf14f19e56a88e466029997ff41cbc091148d16dbf20b087e
- b2sums =
e3f28dea9f66b30805f9b98bc79f2e4a08e9e5eb6501f455f0e3c42c5d9ed14c48be75b07a97da7b671156d14ed61f3b882d8ede4f9b83dac5496fac5a0f0348
+ source =
https://github.com/linuxmint/muffin/archive/6.2.0/muffin-6.2.0.tar.gz
+ sha256sums =
889200ceb45334899e7568f1735ec2b15e1ae042d176821a0d45c524960bee0a
+ b2sums =
d2cf508eeea77e22c79c65404e90beced72b9eca87542dc38abbf8a411464b4afce4d48e73cddf284a4cb86d9eca420edf95e3cb0ad7a0bc6b2c93a4bd1df257
pkgname = muffin
=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,3 @@
+[muffin]
+source = "git"
+git = "https://github.com/linuxmint/muffin.git"
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
# Contributor: Ner0
pkgname=muffin
-pkgver=6.0.1
+pkgver=6.2.0
pkgrel=1
pkgdesc="Cinnamon window manager based on Mutter"
arch=(x86_64)
@@ -16,8 +16,8 @@ depends=(cinnamon-desktop gobject-introspection-runtime
libcanberra libinput
makedepends=(meson intltool gobject-introspection wayland-protocols)
options=(!emptydirs)
source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('3f305c345db72e8bf14f19e56a88e466029997ff41cbc091148d16dbf20b087e')
-b2sums=('e3f28dea9f66b30805f9b98bc79f2e4a08e9e5eb6501f455f0e3c42c5d9ed14c48be75b07a97da7b671156d14ed61f3b882d8ede4f9b83dac5496fac5a0f0348')
+sha256sums=('889200ceb45334899e7568f1735ec2b15e1ae042d176821a0d45c524960bee0a')
+b2sums=('d2cf508eeea77e22c79c65404e90beced72b9eca87542dc38abbf8a411464b4afce4d48e73cddf284a4cb86d9eca420edf95e3cb0ad7a0bc6b2c93a4bd1df257')
build() {
arch-meson build ${pkgname}-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/muffin/-/commit/5473f85306458e046f8838fc49e1e7b47fecdfac
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/muffin/-/commit/5473f85306458e046f8838fc49e1e7b47fecdfac
You're receiving this email because of your account on gitlab.archlinux.org.