[arch-commits] Commit in python-kiwisolver/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue May 26 19:50:22 UTC 2020


    Date: Tuesday, May 26, 2020 @ 19:50:21
  Author: felixonmars
Revision: 635254

upgpkg: python-kiwisolver 1.2.0-1

Modified:
  python-kiwisolver/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-26 19:50:06 UTC (rev 635253)
+++ PKGBUILD	2020-05-26 19:50:21 UTC (rev 635254)
@@ -1,25 +1,25 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=python-kiwisolver
-pkgver=1.1.0
-pkgrel=4
+pkgver=1.2.0
+pkgrel=1
 pkgdesc="A fast implementation of the Cassowary constraint solver"
 url="https://github.com/nucleic/kiwi"
 license=('PerlArtistic')
 arch=('x86_64')
-depends=('python-setuptools')
-makedepends=('python-setuptools')
+depends=('python')
+makedepends=('python-cppy' 'python-pip')
 checkdepends=('python-pytest-runner')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/nucleic/kiwi/archive/$pkgver.tar.gz")
-sha512sums=('e26a951fdba2fb221effe7ed785010d5795695b30e19fb67a30dc2ac883ee21b1daec967ad89734309c101513cd17bb5971118591270f402b8d46098178aff25')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nucleic/kiwi/archive/$pkgver.tar.gz")
+sha512sums=('05541ff46cc64b9958d714452138dc7bb343e6cc9308408a3f8cf25242e9640af37f8bfd22a7038e8ca70a895f57bdb983346259bce22b1630ac10b974d00a0e')
 
 build() {
-  cd "$srcdir"/kiwi-$pkgver/
+  cd kiwi-$pkgver
   python setup.py build
 }
 
 check() {
-  cd "$srcdir"/kiwi-$pkgver/
+  cd kiwi-$pkgver
   python setup.py pytest
 }
 



More information about the arch-commits mailing list