diff --git a/python-setuptools-rust/PKGBUILD b/python-setuptools-rust/PKGBUILD index abc1a782..3aa74928 100644 --- a/python-setuptools-rust/PKGBUILD +++ b/python-setuptools-rust/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Christoph Reiter pkgname=python-setuptools-rust -pkgver=1.11.1 +pkgver=1.12.0 pkgrel=1 pkgdesc="Compile and distribute Python extensions written in rust as easily as if they were written in C." arch=('any') @@ -18,7 +18,7 @@ depends=( ) makedepends=('python-build' 'python-installer' 'python-setuptools-scm') source=(""https://github.com/PyO3/setuptools-rust/archive/refs/tags/v$pkgver.tar.gz"") -sha256sums=('7891482400f8511739f727f4045dcd72b41bf689e4e5b90c97ff98daee5dbe85') +sha256sums=('e6a8f4c4e3c5f0f87b192425572579b7842ea840b1bdda940e751f9d198a3f58') build() { cd "setuptools-rust-$pkgver"