Date: Friday, October 7, 2022 @ 19:04:45
Author: felixonmars
Revision: 1324291
upgpkg: python-setuptools-rust 1.5.2-1
Modified:
python-setuptools-rust/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-10-07 18:44:38 UTC (rev 1324290)
+++ PKGBUILD 2022-10-07 19:04:45 UTC (rev 1324291)
@@ -4,7 +4,7 @@
# Contributor: Clayton Craft <clayton at craftyguy dot net>
pkgname=python-setuptools-rust
-pkgver=1.5.1
+pkgver=1.5.2
pkgrel=1
pkgdesc="Compile and distribute Python extensions written in rust as easily as
if they were written in C."
arch=('any')
@@ -13,7 +13,7 @@
depends=('rust' 'python-setuptools' 'python-semantic-version'
'python-typing-extensions')
checkdepends=('python-pytest' 'python-pytest-benchmark'
'python-beautifulsoup4' 'python-lxml' 'python-cffi')
source=("https://github.com/PyO3/setuptools-rust/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('0a763f371b88f3d22ff0dced8dc23d29534130a70133b63fa9097f7466957e13ee1ac812bbdea1a46ac3effb39a2d4349f1314e6cb0d20dfba407e07d37c7c14')
+sha512sums=('e80d1296fd09c24b644d821e981261153ff19ae62d978fc8ee81c78e440d215f9d1e91e33d758effb94fcb64985937445940f2e2f032ad1b8c2aa39be79cf19d')
build() {
cd setuptools-rust-$pkgver