mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/python-xcffib to 0.10.1-1
This commit is contained in:
parent
60346b5188
commit
46fdd58fa4
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
# - remove haskell-xcffib dependency by using the pypi release instead
|
||||
|
||||
pkgname=python-xcffib
|
||||
pkgver=0.10.0
|
||||
pkgver=0.10.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=('2d0a6e7c6b8b43e82f1621a8408ba951e67239099bc947a6da62a6735ff6584ba422e55659969093d51f6de53fe4a400b330def1e6b9eb2c698d82ffc9ff81e4')
|
||||
sha512sums=('98412fe36962108902dc0599f05ac9be5d7412d7f12fc6566e020c2ce84ae4a536a20ae2dfddd2dc9a536f37cd82539bf19e1993ee65f0b09c44372008cd7edf')
|
||||
|
||||
prepare() {
|
||||
touch xcffib-$pkgver/test/__init__.py
|
||||
|
|
Loading…
Reference in a new issue