summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormrxx2020-07-26 15:19:30 +0200
committermrxx2020-07-26 15:19:30 +0200
commit7f81bafb227a024d1309d2423c211cc82bc620ba (patch)
treecbb6663e930f789c8f7c6f62f3300ec65a18b4cd
parentf0059201632bab999dd4495a7f54775480ddd893 (diff)
downloadaur-7f81bafb227a024d1309d2423c211cc82bc620ba.tar.gz
Update to v1.9
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88f7dee45b2d..f0e24421314a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = musique
pkgdesc = A finely crafted music player
- pkgver = 1.7
+ pkgver = 1.9
pkgrel = 1
url = https://flavio.tordini.org/musique
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = musique
depends = phonon-qt5
depends = taglib
depends = mpv
- source = git+https://github.com/flaviotordini/musique.git#tag=1.7
+ source = git+https://github.com/flaviotordini/musique.git#tag=1.9
source = git+https://github.com/flaviotordini/http.git
source = git+https://github.com/flaviotordini/idle.git
source = git+https://github.com/flaviotordini/media.git
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