summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorClayton Craft2018-09-19 09:06:28 -0700
committerClayton Craft2018-09-19 09:06:28 -0700
commit8d42fc37b6207b4aaa50300fe762d1f04a3646b3 (patch)
tree808599a5a319b4b625baa0ca441321e20752a0dd
parentdf53fed8694d592eba9ac6b63b4861ae23a3ff01 (diff)
downloadaur-8d42fc37b6207b4aaa50300fe762d1f04a3646b3.tar.gz
Update for 0.10.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 70171f3b0970..f73e530c961c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-setuptools-rust
pkgdesc = Compile and distribute Python extensions written in rust as easily as if they were written in C.
- pkgver = 0.10.3
- pkgrel = 2
+ pkgver = 0.10.5
+ pkgrel = 1
url = https://github.com/PyO3/setuptools-rust
arch = any
license = MIT
@@ -9,8 +9,8 @@ pkgbase = python-setuptools-rust
depends = python
depends = python-setuptools
depends = python-semantic-version
- source = python-setuptools-rust-0.10.3.tar.gz::https://github.com/PyO3/setuptools-rust/archive/v0.10.3.tar.gz
- sha512sums = cb540ff97034a01f14739953eb9174ffc865f4e64589839dad2576f536e36aecfad3464aa9d53cb9db72406d30649b246af6c89b96dc4e9d04fd444490212941
+ source = python-setuptools-rust-0.10.5.tar.gz::https://github.com/PyO3/setuptools-rust/archive/v0.10.5.tar.gz
+ sha512sums = a6514c316dfb83f857488740f588803f76fd6984bdf56efb621f635e8342a57c05a12db0f0a20df6f597eedce1619c13fc34ff83a33110136bcad18b4214f64a
pkgname = python-setuptools-rust
diff --git a/PKGBUILD b/PKGBUILD
index 0c470239eabd..443a9c6a4298 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Clayton Craft <clayton at craftyguy dot net>
pkgname=python-setuptools-rust
-pkgver=0.10.3
-pkgrel=2
+pkgver=0.10.5
+pkgrel=1
pkgdesc="Compile and distribute Python extensions written in rust as easily as if they were written in C."
arch=('any')
license=('MIT')
@@ -11,7 +11,7 @@ depends=('python' 'python-setuptools' 'python-semantic-version')
makedepends=('python-setuptools')
source=("$pkgname-$pkgver.tar.gz::https://github.com/PyO3/setuptools-rust/archive/v$pkgver.tar.gz")
-sha512sums=('cb540ff97034a01f14739953eb9174ffc865f4e64589839dad2576f536e36aecfad3464aa9d53cb9db72406d30649b246af6c89b96dc4e9d04fd444490212941')
+sha512sums=('a6514c316dfb83f857488740f588803f76fd6984bdf56efb621f635e8342a57c05a12db0f0a20df6f597eedce1619c13fc34ff83a33110136bcad18b4214f64a')
package() {
cd setuptools-rust-"$pkgver"