Date: Thursday, April 25, 2019 @ 11:57:34 Author: felixonmars Revision: 453765
upgpkg: python-kiwisolver 1.1.0-1 Modified: python-kiwisolver/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-04-25 11:57:25 UTC (rev 453764) +++ PKGBUILD 2019-04-25 11:57:34 UTC (rev 453765) @@ -2,8 +2,8 @@ pkgbase=python-kiwisolver pkgname=(python-kiwisolver python2-kiwisolver) -pkgver=1.0.1 -pkgrel=2 +pkgver=1.1.0 +pkgrel=1 pkgdesc="A fast implementation of the Cassowary constraint solver" url="https://github.com/nucleic/kiwi" license=('PerlArtistic') @@ -11,7 +11,7 @@ makedepends=('python-setuptools' 'python2-setuptools') checkdepends=('python-pytest-runner' 'python2-pytest-runner') source=("$pkgbase-$pkgver.tar.gz::https://github.com/nucleic/kiwi/archive/$pkgver.tar.gz") -sha512sums=('01002ae1dbf6482ed68c49ad3da80b772db84ec221c4b111c42f1b493f19299e0ddb187e43e64b380eb2ddc292d5848d6e09a5a1dbfaf68950a65423a913ec18') +sha512sums=('e26a951fdba2fb221effe7ed785010d5795695b30e19fb67a30dc2ac883ee21b1daec967ad89734309c101513cd17bb5971118591270f402b8d46098178aff25') prepare() { cp -a kiwi-$pkgver{,-py2}
