Date: Thursday, October 1, 2015 @ 11:51:11 Author: fyan Revision: 142293
upgpkg: deepin-game 2014.2-2 fix dependency Modified: deepin-game/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-10-01 09:26:39 UTC (rev 142292) +++ PKGBUILD 2015-10-01 09:51:11 UTC (rev 142293) @@ -5,12 +5,12 @@ pkgname=deepin-game pkgver=2014.2 -pkgrel=1 +pkgrel=2 pkgdesc="Deepin Game Center" arch=('any') url="https://gitcafe.com/Deepin/deepin-game" license=('GPL3') -depends=('python2-deepin-ui' 'flashplugin' 'hicolor-icon-theme' 'python2-scipy' +depends=('python2-deepin-ui' 'flashplugin' 'hicolor-icon-theme' 'python2-jswebkit' 'python2-deepin-storm') makedepends=('deepin-gettext-tools' 'git') groups=('deepin-extra')