From 388b1c782d299fd5fa92b914ece9fea56d85ce91 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Wed, 1 Feb 2023 00:34:46 +0000 Subject: [PATCH] community/python-xcffib to 1.2.0-1 --- community/python-xcffib/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/python-xcffib/PKGBUILD b/community/python-xcffib/PKGBUILD index ab1ec7bb8..b3acef27c 100644 --- a/community/python-xcffib/PKGBUILD +++ b/community/python-xcffib/PKGBUILD @@ -5,7 +5,7 @@ # - remove haskell-xcffib dependency by using the pypi release instead pkgname=python-xcffib -pkgver=1.1.0 +pkgver=1.2.0 pkgrel=1 pkgdesc="Python3 drop in replacement for xpyb, an XCB python binding" arch=('any') @@ -16,7 +16,7 @@ makedepends=('python-setuptools') checkdepends=('python-pytest' 'xorg-server-xvfb' 'xorg-xeyes') _name=${pkgname#python-} source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz") -sha512sums=('7aed8fb876d23228070bf2253245aeae5754404e8a47513cb3545ff7b7738bac39a740d656669e09175d1a684b0c69c88a91a08650a21733de926a3f07da6d62') +sha512sums=('7012833f2877edea92cdc15030543883e2a848264c034a81222626ad48a69fcdac8a88cec2e07e61a80102640baa7fbdf29bbf25e08e59fc896aada08533bb77') prepare() { touch xcffib-$pkgver/test/__init__.py