diff --git a/community/python-xcffib/PKGBUILD b/community/python-xcffib/PKGBUILD index 919625355..cb58bff2d 100644 --- a/community/python-xcffib/PKGBUILD +++ b/community/python-xcffib/PKGBUILD @@ -5,8 +5,8 @@ # - remove haskell-xcffib dependency by using the pypi release instead pkgname=python-xcffib -pkgver=0.9.0 -pkgrel=2 +pkgver=0.10.0 +pkgrel=1 pkgdesc="Python3 drop in replacement for xpyb, an XCB python binding" arch=('any') url="https://pypi.python.org/pypi/xcffib" @@ -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=('e5891f080fcf1df596c37bb64a70e0de4a41d83b4675dac3b1c128656ab1b09d865e3ab0bfe0e5cc523e89a75dc6127dfc455ab66ca543ba6eeae9ee5bdae168') +sha512sums=('2d0a6e7c6b8b43e82f1621a8408ba951e67239099bc947a6da62a6735ff6584ba422e55659969093d51f6de53fe4a400b330def1e6b9eb2c698d82ffc9ff81e4') prepare() { touch xcffib-$pkgver/test/__init__.py