summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeniy Alekseev2016-10-04 15:29:04 +0300
committerEvgeniy Alekseev2016-10-04 15:29:04 +0300
commitbe19212f0c7af3002cd5d7d86a94653711545807 (patch)
tree827450f1f301fdcdfc53853f36e862c1e680fa70
parent99b36fab9eb5e025f00c3bcf72c86d60ba1a74d1 (diff)
downloadaur-be19212f0c7af3002cd5d7d86a94653711545807.tar.gz
bump version
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD12
2 files changed, 14 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b726e9b3ac5..a171c082f53b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Feb 4 05:30:39 UTC 2016
+# Tue Oct 4 12:28:52 UTC 2016
pkgbase = yarock-qt5
pkgdesc = Qt Modern Music Player with collection browse based on cover art
- pkgver = 1.1.5
+ pkgver = 1.1.6
pkgrel = 1
url = https://launchpad.net/yarock
arch = i686
@@ -11,14 +11,16 @@ pkgbase = yarock-qt5
makedepends = cmake
makedepends = mpv
makedepends = qt5-tools
+ makedepends = vlc
depends = htmlcxx
depends = qt5-x11extras
depends = phonon-qt5
depends = taglib>=1.10
- optdepends = mpv: alternative (working) engine
- source = https://launchpad.net/yarock/1.x/1.1.5/+download/Yarock_1.1.5_source.tar.gz
+ optdepends = mpv: alternative engine
+ optdepends = vlc: alternative engine
+ source = https://launchpad.net/yarock/1.x/1.1.6/+download/Yarock_1.1.6_source.tar.gz
source = phonon.patch
- md5sums = ec0d30272716e6e52915699d088e5fcc
+ md5sums = f20f29ba35bed56a873eac152d5bc790
md5sums = e2c307c790020f501c45e6c82229bf71
pkgname = yarock-qt5
diff --git a/PKGBUILD b/PKGBUILD
index 8bf087a9dd59..b312d1d2e668 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,16 @@
# Contributor: Košava <kosava at archlinux dot us>
pkgname=yarock-qt5
-pkgver=1.1.5
+pkgver=1.1.6
pkgrel=1
pkgdesc="Qt Modern Music Player with collection browse based on cover art"
arch=('i686' 'x86_64')
url="https://launchpad.net/yarock"
license=('GPL3')
-makedepends=('cmake' 'mpv' 'qt5-tools')
+makedepends=('cmake' 'mpv' 'qt5-tools' 'vlc')
depends=('htmlcxx' 'qt5-x11extras' 'phonon-qt5' 'taglib>=1.10')
-optdepends=('mpv: alternative (working) engine')
+optdepends=('mpv: alternative engine'
+ 'vlc: alternative engine')
source=("https://launchpad.net/yarock/1.x/${pkgver}/+download/Yarock_${pkgver}_source.tar.gz"
"phonon.patch")
@@ -19,7 +20,8 @@ prepare() {
mkdir "build"
# phonon include patch
- patch -p0 -i "phonon.patch"
+ cd "Yarock_${pkgver}_source"
+ patch -p1 -i "${srcdir}/phonon.patch"
}
build() {
@@ -38,5 +40,5 @@ package() {
make DESTDIR="${pkgdir}" install
}
-md5sums=('ec0d30272716e6e52915699d088e5fcc'
+md5sums=('f20f29ba35bed56a873eac152d5bc790'
'e2c307c790020f501c45e6c82229bf71')