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

Felix Yan felixonmars at archlinux.org
Mon Dec 12 04:00:38 UTC 2016


    Date: Monday, December 12, 2016 @ 04:00:38
  Author: felixonmars
Revision: 198828

upgpkg: deepin-movie 1:2.2.10-3

fix dependency on python2-opengl FS#52108

Modified:
  deepin-movie/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-12 03:23:26 UTC (rev 198827)
+++ PKGBUILD	2016-12-12 04:00:38 UTC (rev 198828)
@@ -4,13 +4,14 @@
 pkgname=deepin-movie
 epoch=1
 pkgver=2.2.10
-pkgrel=2
+pkgrel=3
 pkgdesc='Movie player based on QtAV'
 arch=('any')
 url="https://github.com/linuxdeepin/deepin-movie"
 license=('GPL3')
 depends=('python2-ass' 'python2-pyqt5' 'qtav' 'mediainfo' 'deepin-menu' 'python2-dbus'
-         'python2-peewee' 'python2-magic' 'deepin-qml-widgets' 'python2-xpybutil' 'python2-pysrt')
+         'python2-peewee' 'python2-magic' 'deepin-qml-widgets' 'python2-xpybutil' 'python2-pysrt'
+         'python2-opengl')
 makedepends=('deepin-gettext-tools' 'git')
 groups=('deepin-extra')
 source=("git+https://github.com/linuxdeepin/deepin-movie.git#tag=$pkgver"



More information about the arch-commits mailing list