summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormrxx2019-08-21 19:03:57 +0200
committermrxx2019-08-21 19:03:57 +0200
commitf0059201632bab999dd4495a7f54775480ddd893 (patch)
treeecbadfbc46a558ef139a41e3c0748af7c97bfd2d
parentd13570acb80639a612d3e4bb4f498f88b6b4a95e (diff)
downloadaur-f0059201632bab999dd4495a7f54775480ddd893.tar.gz
Update to v1.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7eb46058e964..88f7dee45b2d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = musique
pkgdesc = A finely crafted music player
- pkgver = 1.6
- pkgrel = 2
+ pkgver = 1.7
+ pkgrel = 1
url = https://flavio.tordini.org/musique
arch = x86_64
license = GPL3
@@ -10,7 +10,7 @@ pkgbase = musique
depends = phonon-qt5
depends = taglib
depends = mpv
- source = git+https://github.com/flaviotordini/musique.git#tag=1.6
+ source = git+https://github.com/flaviotordini/musique.git#tag=1.7
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 8c56a8ba2fec..d70343f21bb0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
# Contributor: dieghen89 <dieghen89@gmail.com>
pkgname=musique
-pkgver=1.6
-pkgrel=2
+pkgver=1.7
+pkgrel=1
pkgdesc='A finely crafted music player'
arch=('x86_64')
url='https://flavio.tordini.org/musique'
@@ -22,7 +22,8 @@ sha256sums=('SKIP'
prepare() {
mkdir -p build
- mv http idle media musique/lib/
+ mv http idle media $pkgname/lib/
+ sed -i 's|#include "imagedownloader.h"|#include "../imagedownloader.h"|' $pkgname/src/model/artist.cpp
}
build() {