summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d70343f21bb0..93bd729e5598 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: dieghen89 <dieghen89@gmail.com>
pkgname=musique
-pkgver=1.7
+pkgver=1.9
pkgrel=1
pkgdesc='A finely crafted music player'
arch=('x86_64')
@@ -27,6 +27,7 @@ prepare() {
}
build() {
+ sed -i '1313d;1315i#ifdef APP_EXTRA' musique/src/mainwindow.cpp
cd build
qmake-qt5 ../$pkgname PREFIX=/usr
make