Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages /
musescore
Commits:
cbcd5d40 by Maxime Gauduin at 2024-10-28T18:40:17+01:00
upgpkg: 4.4.3-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = musescore
pkgdesc = Create, play and print beautiful sheet music
- pkgver = 4.4.2
+ pkgver = 4.4.3
pkgrel = 1
url = https://musescore.org/
arch = x86_64
@@ -33,7 +33,7 @@ pkgbase = musescore
depends = zstd
optdepends = lame: MP3 export
options = !lto
- source =
git+https://github.com/musescore/MuseScore.git#tag=3130f97be7135b5f3c7c669af51a692a691613be
- sha256sums =
3b061e90a6e2acfd67b3c02115d5ca87759674ea1df26bedfb073506edec2e4b
+ source =
git+https://github.com/musescore/MuseScore.git#tag=eb6b367549f94d195704c77bfc68fae95a517e3c
+ sha256sums =
927a14da23ad2cbc295ead7ba36a76ced7880349aef315ee5c88910920d26585
pkgname = musescore
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
# Contributor: Dr.Egg <[email protected]>
pkgname=musescore
-pkgver=4.4.2
+pkgver=4.4.3
pkgrel=1
pkgdesc='Create, play and print beautiful sheet music'
arch=(x86_64)
@@ -42,9 +42,9 @@ makedepends=(
)
optdepends=('lame: MP3 export')
options=(!lto)
-_tag=3130f97be7135b5f3c7c669af51a692a691613be
+_tag=eb6b367549f94d195704c77bfc68fae95a517e3c
source=(git+https://github.com/musescore/MuseScore.git#tag=${_tag})
-sha256sums=('3b061e90a6e2acfd67b3c02115d5ca87759674ea1df26bedfb073506edec2e4b')
+sha256sums=('927a14da23ad2cbc295ead7ba36a76ced7880349aef315ee5c88910920d26585')
pkgver() {
cd MuseScore
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/musescore/-/commit/cbcd5d40b09a480d85b3c8844ca2701144dc4ea6
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/musescore/-/commit/cbcd5d40b09a480d85b3c8844ca2701144dc4ea6
You're receiving this email because of your account on gitlab.archlinux.org.