summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoroberon20072015-12-04 14:52:43 +0100
committeroberon20072015-12-04 14:52:43 +0100
commit3f6404c41159b6326dacf4c407a85f16a2060e87 (patch)
treedb41f3c86be1905ff925863cd37adc7f3a10c146
parenta96da2d07a67820994e88cd661491f82b8a7f651 (diff)
downloadaur-3f6404c41159b6326dacf4c407a85f16a2060e87.tar.gz
fix about 'revision'
-rwxr-xr-xPKGBUILD5
-rwxr-xr-xmusescore.install2
2 files changed, 2 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d6b570ba6485..ce0cb9605739 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,4 @@
# Maintainer: Bernhard Landauer <oberon@manjaro.org>
-# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
# Contributor: Cristian Maureira <saint@archlinux.cl>
# Contributor: Dr.Egg <rwhite@archlinux.us>
@@ -40,13 +39,11 @@ pkgver() {
build() {
cd MuseScore
-
+ make revision
make PREFIX='/usr' SUFFIX="-git" LABEL="Git Build" release
}
package() {
cd MuseScore/build.release
-
make DESTDIR="${pkgdir}" SUFFIX="-git" LABEL="Git Build" install
}
-
diff --git a/musescore.install b/musescore.install
index 83514413f3c5..86542354d829 100755
--- a/musescore.install
+++ b/musescore.install
@@ -12,7 +12,7 @@ post_install() {
update-desktop-database -q
update-mime-database /usr/share/mime
msg "This is NOT A STABLE RELEASE!
- Scores created with this dev-build may be incompatible with other releases of MuseScore!"
+ Scores created with this dev-build may be incompatible with other releases of MuseScore!"
msg "It's possible to install this dev-version alongside a stable release."
msg "to execute git version use command: 'musescore-git'
"