extra/python-xcffib to 1.4.0-1

This commit is contained in:
Kevin Mihelich 2023-10-04 12:43:43 +00:00
parent ef8119e909
commit 4f10e409a6
2 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
pkgbase = python-xcffib
pkgdesc = Python3 drop in replacement for xpyb, an XCB python binding
pkgver = 1.3.0
pkgver = 1.4.0
pkgrel = 1
url = https://pypi.python.org/pypi/xcffib
arch = any
@ -13,7 +13,7 @@ pkgbase = python-xcffib
makedepends = haskell-xcffib
depends = python-cffi
depends = libxcb
source = git+https://github.com/tych0/xcffib.git#commit=76b0c03597ee59fd4109a671d8c536842f904b4c
source = git+https://github.com/tych0/xcffib.git#commit=517169a2fb6dcc127059f581d3890e0861e2e950
sha512sums = SKIP
pkgname = python-xcffib

View file

@ -5,8 +5,8 @@
# - remove haskell-xcffib dependency by using the pypi release instead
pkgname=python-xcffib
pkgver=1.3.0
_commit=76b0c03597ee59fd4109a671d8c536842f904b4c
pkgver=1.4.0
_commit=517169a2fb6dcc127059f581d3890e0861e2e950
pkgrel=1
pkgdesc="Python3 drop in replacement for xpyb, an XCB python binding"
arch=('any')