From 48bc38f04571cfd30e567f73f3b437dea6fba82c Mon Sep 17 00:00:00 2001 From: Alexey Pavlov Date: Fri, 25 Oct 2019 13:29:08 +0300 Subject: [PATCH] python-kiwisolver: Rebuild for python 3.8 --- mingw-w64-python-kiwisolver/PKGBUILD | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/mingw-w64-python-kiwisolver/PKGBUILD b/mingw-w64-python-kiwisolver/PKGBUILD index be0623d490..c0960279d8 100644 --- a/mingw-w64-python-kiwisolver/PKGBUILD +++ b/mingw-w64-python-kiwisolver/PKGBUILD @@ -4,15 +4,14 @@ _realname=kiwisolver pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python2-${_realname}" "${MINGW_PACKAGE_PREFIX}-python3-${_realname}") pkgver=1.1.0 -pkgrel=1 +pkgrel=2 pkgdesc="A fast implementation of the Cassowary constraint solver (mingw-w64)" arch=('any') url='https://github.com/nucleic/kiwi' license=('PerlArtistic') - makedepends=("${MINGW_PACKAGE_PREFIX}-python3-setuptools" "${MINGW_PACKAGE_PREFIX}-python2-setuptools") -source=("${_realname}-${pkgver}.tar.gz::https://github.com/nucleic/kiwi/archive/$pkgver.tar.gz") +source=("${_realname}-${pkgver}.tar.gz::https://github.com/nucleic/kiwi/archive/${pkgver}.tar.gz") sha256sums=('48168c0ace18319c649e31907f6d8586f648e503560f506f128798b99393bcdb') prepare() { @@ -22,7 +21,6 @@ prepare() { rm -rf python${pver}-build-${CARCH} | true cp -r "kiwi-${pkgver}" "python${pver}-build-${CARCH}" done - } build() {