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

Felix Yan fyan at archlinux.org
Fri Oct 2 09:03:15 UTC 2015


    Date: Friday, October 2, 2015 @ 11:03:15
  Author: fyan
Revision: 142743

upgpkg: deepin-game 2014.2-3

fix dependency on python2-dbus

Modified:
  deepin-game/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-10-02 08:47:08 UTC (rev 142742)
+++ PKGBUILD	2015-10-02 09:03:15 UTC (rev 142743)
@@ -5,12 +5,12 @@
 
 pkgname=deepin-game
 pkgver=2014.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Deepin Game Center"
 arch=('any')
 url="https://gitcafe.com/Deepin/deepin-game"
 license=('GPL3')
-depends=('python2-deepin-ui' 'flashplugin' 'hicolor-icon-theme'
+depends=('python2-deepin-ui' 'flashplugin' 'hicolor-icon-theme' 'python2-dbus'
          'python2-jswebkit' 'python2-deepin-storm')
 makedepends=('deepin-gettext-tools' 'git')
 groups=('deepin-extra')



More information about the arch-commits mailing list