| author | Chih-Hsuan Yen
<yan12125@archlinux.org> 2023-02-24 16:23:02 UTC |
| committer | Chih-Hsuan Yen
<yan12125@archlinux.org> 2023-02-24 16:23:02 UTC |
| parent | 9c80d969a8a50c98020fecabf6572daca7c71296 |
| PKGBUILD | +3 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 616e8f3..58cc1bb 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,8 @@ # Contributor: Kyle Keen <keenerd@gmail.com> pkgname=python-jaraco.functools -pkgver=3.5.2 +# https://github.com/jaraco/jaraco.functools/blob/main/CHANGES.rst +pkgver=3.6.0 pkgrel=1 pkgdesc='Functools like those found in stdlib' arch=('any') @@ -14,7 +15,7 @@ checkdepends=('python-pytest' 'python-jaraco.classes') conflicts=('python-jaraco') replaces=('python-jaraco') source=("https://files.pythonhosted.org/packages/source/j/jaraco.functools/jaraco.functools-$pkgver.tar.gz") -sha512sums=('3f67d151f4f6553b3e560b0e6ab71cf726d6c8f36ef5e9f69b6325605547797e19a3f9eb1331cf332db498538953ccaeb75820528e6599fd7cf125abdc073e69') +sha512sums=('f249e6cdcbd88e5c89663bcc0467687ea533dc70b7c9260880da8099380b5c925f05933527de6043aa0786709a0ca4d4b183cc18acab69d8e88f63a3360e9efb') build() { cd jaraco.functools-$pkgver