summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4c977080f0c..f247fd6f69ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = moonplayer
pkgdesc = A qt font-end for mplayer with the abilities of watching and downloading videos from network
- pkgver = 0.39
+ pkgver = 0.42
pkgrel = 1
url = https://github.com/coslyk/moonplayer
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 98e053975d39..a429a7d7764c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# contributer: a304yuanyuan at gmail.com
pkgname=moonplayer
-pkgver=0.39
+pkgver=0.42
pkgrel=1
pkgdesc="A qt font-end for mplayer with the abilities of watching and downloading videos from network"
arch=('i686' 'x86_64')
url="https://github.com/coslyk/moonplayer"
license=('GPL')
-depends=('qt4' 'python2' 'mplayer')
+depends=('qt5-base' 'python2' 'mplayer')
makedepends=('git')
source=("git+https://github.com/coslyk/moonplayer")
sha1sums=('SKIP')
@@ -22,7 +22,7 @@ build() {
# sed -i 's/python/python2/g' moonplayer.pro
- qmake-qt4 moonplayer.pro
+ qmake-qt5 moonplayer.pro
make
}