summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ced1bd08a3e4..b443acbaf1f8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Thu Sep 7 16:36:30 UTC 2017
pkgbase = moonplayer
pkgdesc = A qt font-end for mplayer with the abilities of watching and downloading videos from chinese network
- pkgver = 1.1.7.r208
+ pkgver = 2.2.r316
pkgrel = 1
url = https://github.com/coslyk/moonplayer
arch = i686
@@ -10,6 +8,7 @@ pkgbase = moonplayer
license = GPL
makedepends = git
depends = qt5-base
+ depends = qt5-x11extras
depends = python
depends = python2
depends = mpv
diff --git a/PKGBUILD b/PKGBUILD
index 7931dbf6b9ec..0ae2f38166f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
# contributer: rob.til.freedman@googlemail.com
pkgname=moonplayer
-pkgver=1.1.7.r208
+pkgver=2.2.r316
pkgrel=1
pkgdesc="A qt font-end for mplayer with the abilities of watching and downloading videos from chinese network"
arch=('i686' 'x86_64')
url="https://github.com/coslyk/moonplayer"
license=('GPL')
-depends=('qt5-base' 'python' 'python2' 'mpv' 'qtermwidget')
+depends=('qt5-base' 'qt5-x11extras' 'python' 'python2' 'mpv' 'qtermwidget')
makedepends=('git')
source=(
"git+https://github.com/coslyk/moonplayer#branch=master"
@@ -26,7 +26,7 @@ build() {
find . -name '*.py' -exec sed -i \
's|#![ ]*/usr/bin/python$|&2|;s|#![ ]*/usr/bin/env python$|&2|' {} +
- qmake-qt5 moonplayer.pro
+ qmake-qt5 PREFIX=/usr moonplayer.pro
make
}