[arch-commits] Commit in deepin-movie/trunk (PKGBUILD)

Felix Yan fyan at archlinux.org
Tue Oct 20 12:33:52 UTC 2015


    Date: Tuesday, October 20, 2015 @ 14:33:52
  Author: fyan
Revision: 144522

upgpkg: deepin-movie 2.3.0.20151020-2

fix dependency on deepin-dbus-factory

Modified:
  deepin-movie/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-10-20 12:14:32 UTC (rev 144521)
+++ PKGBUILD	2015-10-20 12:33:52 UTC (rev 144522)
@@ -3,16 +3,16 @@
 
 pkgname=deepin-movie
 pkgver=2.3.0.20151020
-_commit=640ea9471b4d911728a9742bdae78a785f323b15
-pkgrel=1
+_commit=6bf276cd47e4c85568dd175dfb4e3705e39ccb93
+pkgrel=2
 pkgdesc='Movie player based on QtAV'
 arch=('any')
 url="https://gitcafe.com/Deepin/deepin-movie"
 license=('GPL3')
 depends=('python2-pyqt5' 'qtav' 'mediainfo' 'deepin-menu' 'python2-dbus'
-         'python2-peewee' 'python2-pillow' 'python2-peewee' 'python2-magic'
+         'python2-peewee' 'python2-pillow' 'python2-magic' 'python2-bottle'
          'deepin-qml-widgets' 'python2-xpybutil' 'python2-deepin-utils'
-         'python2-requests' 'python2-bottle' 'dleyna-renderer')
+         'python2-requests' 'dleyna-renderer' 'deepin-dbus-factory')
 makedepends=('deepin-gettext-tools' 'git')
 groups=('deepin-extra')
 install="${pkgname}.install"



More information about the arch-commits mailing list