mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/python-xcffib to 0.11.1-1
This commit is contained in:
parent
2a63fa77e4
commit
4992d9501c
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.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
|
||||
|
|
Loading…
Reference in a new issue