From 4992d9501cb5a36a32a6ed75f756e656decc8610 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Thu, 24 Dec 2020 16:41:46 +0000 Subject: [PATCH] community/python-xcffib to 0.11.1-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 fc3485bd8..979ba0729 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=0.11.0 +pkgver=0.11.1 pkgrel=1 pkgdesc="Python3 drop in replacement for xpyb, an XCB python binding" arch=('any') @@ -16,7 +16,7 @@ makedepends=('python-setuptools' 'python-cffi' 'python-six' 'libxcb') checkdepends=('python-nose' 'xorg-server-xvfb' 'xorg-xeyes') _name=${pkgname#python-} source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz") -sha512sums=('22b82844295b277e2abb363ff818e7163037542ffc1ec2874a948f3b3cc63e9a8fad371fa87099910546a17f2f6f1bfb8f62214869fa30a196fc198adce14384') +sha512sums=('09f4e19b88258446af26628c3a8e694c1f938fe3b5456e797b06174602fa0e9ef6e4eab76daccfd169d98fb7e869c910e6216d1f71fa2853e62b82c62c667669') prepare() { touch xcffib-$pkgver/test/__init__.py