[arch-commits] Commit in musescore/trunk (PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Mon Nov 9 10:17:35 UTC 2020


    Date: Monday, November 9, 2020 @ 10:17:35
  Author: alucryd
Revision: 746805

musescore 3.5.2-3: force build config, make release is not enough

Modified:
  musescore/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-09 10:10:51 UTC (rev 746804)
+++ PKGBUILD	2020-11-09 10:17:35 UTC (rev 746805)
@@ -5,7 +5,7 @@
 
 pkgname=musescore
 pkgver=3.5.2
-pkgrel=2
+pkgrel=3
 pkgdesc='Create, play and print beautiful sheet music'
 arch=(x86_64)
 url=https://musescore.org/
@@ -41,7 +41,7 @@
 optdepends=('lame: MP3 export')
 _tag=465e7b6fe50973a24a75891e27575a8d2b962f6a
 source=(git+https://github.com/musescore/MuseScore.git#tag=${_tag})
-sha256sums=('SKIP')
+sha256sums=(SKIP)
 
 pkgver() {
   cd MuseScore
@@ -54,7 +54,7 @@
 }
 
 build() {
-  make PREFIX=/usr NO_RPATH=TRUE USE_SYSTEM_FREETYPE=ON -C MuseScore revision release
+  make PREFIX=/usr NO_RPATH=TRUE USE_SYSTEM_FREETYPE=ON MUSESCORE_BUILD_CONFIG=release -C MuseScore revision release
 }
 
 package() {



More information about the arch-commits mailing list