mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/python-xcffib to 1.1.0-1
This commit is contained in:
parent
5b814435a3
commit
0f233ac739
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
||||||
# - remove haskell-xcffib dependency by using the pypi release instead
|
# - remove haskell-xcffib dependency by using the pypi release instead
|
||||||
|
|
||||||
pkgname=python-xcffib
|
pkgname=python-xcffib
|
||||||
pkgver=1.0.0
|
pkgver=1.1.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Python3 drop in replacement for xpyb, an XCB python binding"
|
pkgdesc="Python3 drop in replacement for xpyb, an XCB python binding"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
|
@ -16,7 +16,7 @@ makedepends=('python-setuptools')
|
||||||
checkdepends=('python-pytest' 'xorg-server-xvfb' 'xorg-xeyes')
|
checkdepends=('python-pytest' 'xorg-server-xvfb' 'xorg-xeyes')
|
||||||
_name=${pkgname#python-}
|
_name=${pkgname#python-}
|
||||||
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
|
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
|
||||||
sha512sums=('ab6ff69b9e2f4f8adc87ddb090dc6c374db781098800c07ce00bfc843fb0a617c6c8ebcc6cf5bd2efc0e9a581d79110f65656814a7bc116fc4b12f8594b26fa8')
|
sha512sums=('7aed8fb876d23228070bf2253245aeae5754404e8a47513cb3545ff7b7738bac39a740d656669e09175d1a684b0c69c88a91a08650a21733de926a3f07da6d62')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
touch xcffib-$pkgver/test/__init__.py
|
touch xcffib-$pkgver/test/__init__.py
|
||||||
|
|
Loading…
Reference in a new issue