summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZuyi Hu2017-09-08 00:37:43 +0800
committerZuyi Hu2017-09-08 00:37:43 +0800
commit6b68de95cd74739be8311d7b0a04889fc9fc3f17 (patch)
tree096a4144967917e7debdf6246a52bba45e7a3eaa
parentcbb1f57253464204cdec576f4559f2be659f81a2 (diff)
downloadaur-6b68de95cd74739be8311d7b0a04889fc9fc3f17.tar.gz
upgrade to latest, and change depends.
[description] remove you-get depends, and add qtermwidget depends, see detail: https://github.com/coslyk/moonplayer/issues/51
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac5befd8b456..ced1bd08a3e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Feb 7 18:58:25 UTC 2017
+# 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 = 0.73.r95
+ pkgver = 1.1.7.r208
pkgrel = 1
url = https://github.com/coslyk/moonplayer
arch = i686
@@ -13,7 +13,7 @@ pkgbase = moonplayer
depends = python
depends = python2
depends = mpv
- depends = you-get
+ depends = qtermwidget
source = git+https://github.com/coslyk/moonplayer#branch=master
sha1sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 84dd8957ce4f..7931dbf6b9ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
# contributer: rob.til.freedman@googlemail.com
pkgname=moonplayer
-pkgver=0.73.r95
+pkgver=1.1.7.r208
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' 'you-get')
+depends=('qt5-base' 'python' 'python2' 'mpv' 'qtermwidget')
makedepends=('git')
source=(
"git+https://github.com/coslyk/moonplayer#branch=master"