Date: Sunday, April 16, 2023 @ 13:50:07
Author: arojas
Revision: 1446555
upgpkg: python-pyscreenshot 3.1-1: Update to 3.1
Modified:
python-pyscreenshot/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-16 13:30:56 UTC (rev 1446554)
+++ PKGBUILD 2023-04-16 13:50:07 UTC (rev 1446555)
@@ -2,8 +2,8 @@
_pkg=pyscreenshot
pkgname=python-${_pkg}
-pkgver=3.0
-pkgrel=4
+pkgver=3.1
+pkgrel=1
pkgdesc="Copy the contents of the screen to a PIL or Pillow image memory"
arch=(any)
url="https://github.com/ponty/pyscreenshot"
@@ -11,7 +11,7 @@
depends=(python-easyprocess python-entrypoint2 python-mss python-jeepney)
makedepends=(python-setuptools)
checkdepends=(
- python-pytest python-pyvirtualdisplay python-pillow python-path.py
+ python-pytest python-pyvirtualdisplay python-pillow python-path.py
python-pygame
python-xlib python-gobject python-pyqt5 python-wxpython pyside2
xorg-server-xvfb xorg-xdpyinfo gnome-screenshot scrot imagemagick
maim pqiv
@@ -18,7 +18,7 @@
)
source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
#source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('dd4fdfaeb617483913a6b16845b9f428de5db28758979f4b6cf8f236d292b908')
+sha256sums=('8c0e93f0aef66a6bfe55a86abfced6bd396ae4b4f6cc1e36f04a28ad2625594d')
build() {
cd ${_pkg}-${pkgver}