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

Felix Yan fyan at archlinux.org
Fri May 13 08:39:39 UTC 2016


    Date: Friday, May 13, 2016 @ 10:39:39
  Author: fyan
Revision: 175195

upgpkg: deepin-screenshot 3.1.8-2

add missing dependency on python2-opengl

Modified:
  deepin-screenshot/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-13 08:21:59 UTC (rev 175194)
+++ PKGBUILD	2016-05-13 08:39:39 UTC (rev 175195)
@@ -5,13 +5,14 @@
 
 pkgname=deepin-screenshot
 pkgver=3.1.8
-pkgrel=1
+pkgrel=2
 pkgdesc="Easy-to-use screenshot tool for linuxdeepin desktop environment"
 arch=('any')
 url="https://gitcafe.com/Deepin/deepin-screenshot"
 license=('GPL3')
 depends=('deepin-menu' 'deepin-qml-widgets' 'pygtk' 'qt5-quickcontrols'
-         'qt5-svg' 'python2-pyqt5' 'python2-wnck' 'python2-xpybutil')
+         'qt5-svg' 'python2-pyqt5' 'python2-wnck' 'python2-xpybutil'
+         'python2-opengl')
 makedepends=('deepin-gettext-tools' 'git')
 optdepends=('deepin-social-sharing: for "Share" support'
             'deepin-daemon: for sound effect')



More information about the arch-commits mailing list