[arch-commits] Commit in python-pyscreenshot/trunk (PKGBUILD)

Bruno Pagani archange at archlinux.org
Tue Mar 16 06:12:25 UTC 2021


    Date: Tuesday, March 16, 2021 @ 06:12:25
  Author: archange
Revision: 891731

upgpkg: python-pyscreenshot 2.3-1

Modified:
  python-pyscreenshot/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-16 06:00:03 UTC (rev 891730)
+++ PKGBUILD	2021-03-16 06:12:25 UTC (rev 891731)
@@ -2,8 +2,8 @@
 
 _pkg=pyscreenshot
 pkgname=python-${_pkg}
-pkgver=2.2
-pkgrel=3
+pkgver=2.3
+pkgrel=1
 pkgdesc="Copy the contents of the screen to a PIL or Pillow image memory"
 arch=(any)
 url="https://github.com/ponty/pyscreenshot"
@@ -12,13 +12,13 @@
 makedepends=(python-setuptools)
 checkdepends=(
     python-pytest python-pyvirtualdisplay python-pillow python-path.py
-    python-xlib python-gobject python-pyqt5 python-qtpy python-wxpython
-    pyside2 xorg-server-xvfb xorg-xdpyinfo gnome-screenshot scrot imagemagick
+    python-xlib python-gobject python-pyqt5 python-wxpython pyside2
+    xorg-server-xvfb xorg-xdpyinfo gnome-screenshot scrot imagemagick
     maim pqiv
 )
 source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
 #source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('dec8517cb18faf4f983dd2ee6636924e472a5644da1480ae871786dfcac244e9')
+sha256sums=('bfdc311bd6ec1ee9e3c25ece75b24a749673ad5d5f89ee02950080023054ffd5')
 
 build() {
   cd ${_pkg}-${pkgver}



More information about the arch-commits mailing list