Date: Tuesday, December 7, 2021 @ 08:19:44 Author: jelle Revision: 1065492
Rebuild for python 3.10 Update for failing tests Modified: python-cairocffi/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-12-07 08:14:44 UTC (rev 1065491) +++ PKGBUILD 2021-12-07 08:19:44 UTC (rev 1065492) @@ -3,8 +3,8 @@ # Contributor: Florijan Hamzic <florij...@gmail.com> pkgname=python-cairocffi -pkgver=1.2.0 -pkgrel=4 +pkgver=1.3.0 +pkgrel=1 pkgdesc="cairocffi is a CFFI-based drop-in replacement for Pycairo, a set of Python bindings and object-oriented API for cairo." arch=('any') url="https://cairocffi.readthedocs.io/" @@ -15,7 +15,7 @@ 'python-numpy') optdepends=('gdk-pixbuf2: for cairocffi.pixbuf') source=("$pkgname-$pkgver.tar.gz::https://github.com/Kozea/cairocffi/archive/v${pkgver}.tar.gz") -sha512sums=('06741670d0e10be6d762fa4d85c8dfb4d26827f5e2c5863ca6301ea3feeacb52bb0f2c86fcf095894f99523a22624142e05ce6035ad07ec07555b18a38f7a79f') +sha512sums=('3d054abc51078624f6b5c1d0d3e25547809dabc1f27b530567dab3711bbef892403bcd6d73b1edd3425caad0e9916392973b81fb2057e6bad95bc7bd4fe42b2b') build() {