Date: Monday, November 4, 2019 @ 12:19:15
  Author: alucryd
Revision: 524045

upgpkg: musescore 3.3-1

Modified:
  musescore/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-11-04 11:59:47 UTC (rev 524044)
+++ PKGBUILD    2019-11-04 12:19:15 UTC (rev 524045)
@@ -4,7 +4,7 @@
 # Contributor: Dr.Egg <rwh...@archlinux.us>
 
 pkgname=musescore
-pkgver=3.2.3
+pkgver=3.3
 pkgrel=1
 pkgdesc='Create, play and print beautiful sheet music'
 arch=(x86_64)
@@ -36,9 +36,15 @@
   texlive-core
 )
 optdepends=('lame: MP3 export')
-source=(git+https://github.com/musescore/MuseScore.git#tag=v${pkgver})
+source=(git+https://github.com/musescore/MuseScore.git#tag=4761df66fb1d22607b974f60cb395376cafa474d)
 sha256sums=('SKIP')
 
+pkgver() {
+  cd MuseScore
+
+  git describe --tags | sed 's/^v//'
+}
+
 prepare() {
   sed 's/option(BUILD_CRASH_REPORTER "Build with crash reporter" 
ON)/option(BUILD_CRASH_REPORTER "Build with crash reporter" OFF)/' -i 
MuseScore/CMakeLists.txt
 }

Reply via email to