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

Felix Yan felixonmars at gemini.archlinux.org
Sat Aug 28 07:10:15 UTC 2021


    Date: Saturday, August 28, 2021 @ 07:10:14
  Author: felixonmars
Revision: 1007545

upgpkg: python-kiwisolver 1.3.2-1

Modified:
  python-kiwisolver/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-28 06:40:29 UTC (rev 1007544)
+++ PKGBUILD	2021-08-28 07:10:14 UTC (rev 1007545)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=python-kiwisolver
-pkgver=1.3.1
-pkgrel=3
+pkgver=1.3.2
+pkgrel=1
 pkgdesc="A fast implementation of the Cassowary constraint solver"
 url="https://github.com/nucleic/kiwi"
 license=('PerlArtistic')
@@ -10,20 +10,20 @@
 depends=('python')
 makedepends=('python-cppy' 'python-pip')
 checkdepends=('python-pytest-runner')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/nucleic/kiwi/archive/$pkgver.tar.gz")
-sha512sums=('0f5c1e516c334d358b8679313035dd45386381965853005271c73e3f4421fb27e3ca5a43b4f2dc85d693f4151427dae9b34d372fe72fcc1a186abd85a54a225a')
+source=("https://github.com/nucleic/kiwi/archive/$pkgver.rc1/$pkgname-$pkgver.rc1.tar.gz")
+sha512sums=('e9ef20756df587b49f7b8e52ff388db6e2e551548ae7d60b6916586fb35249b10bda895a7be7635b300e6100ec1c7daf7d641de6d26d9b2c36055ac6c176302b')
 
 build() {
-  cd kiwi-$pkgver
+  cd kiwi-$pkgver.rc1
   python setup.py build
 }
 
 check() {
-  cd kiwi-$pkgver
+  cd kiwi-$pkgver.rc1
   python setup.py pytest
 }
 
 package() {
-  cd kiwi-$pkgver/
+  cd kiwi-$pkgver.rc1/
   python3 setup.py install --root="$pkgdir" --optimize=1
 }



More information about the arch-commits mailing list