| author | George Rawlinson
<grawlinson@archlinux.org> 2022-10-20 07:24:09 UTC |
| committer | George Rawlinson
<grawlinson@archlinux.org> 2022-10-20 07:24:09 UTC |
| parent | 239ef8ec0825cb8a500df8d7027116d42b4ccde2 |
| PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index b798aa4..2517c43 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Germán Osella Massa <gosella@gmail.com> pkgname=python-more-itertools -pkgver=8.14.0 +pkgver=9.0.0 pkgrel=1 pkgdesc='More routines for operating on iterables, beyond itertools' arch=('any') @@ -17,7 +17,7 @@ makedepends=( 'python-wheel' 'python-flit-core' ) -_commit='e2f2d06366a33666c5e97194ad4d5d43e11b8dd9' +_commit='ffcfe0b4e63c75fe1470b8b25a29b0e698a9a587' source=("$pkgname::git+$url#commit=$_commit") b2sums=('SKIP')