summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f7adab101c74..70171f3b0970 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = python-setuptools-rust
- pkgdesc = Sampling profiler for Python programs
+ pkgdesc = Compile and distribute Python extensions written in rust as easily as if they were written in C.
pkgver = 0.10.3
- pkgrel = 1
- url = https://github.com/benfred/py-spy
+ pkgrel = 2
+ url = https://github.com/PyO3/setuptools-rust
arch = any
license = MIT
makedepends = python-setuptools
diff --git a/PKGBUILD b/PKGBUILD
index 7bda3ac54db5..0c470239eabd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=python-setuptools-rust
pkgver=0.10.3
-pkgrel=1
-pkgdesc="Sampling profiler for Python programs"
+pkgrel=2
+pkgdesc="Compile and distribute Python extensions written in rust as easily as if they were written in C."
arch=('any')
license=('MIT')
-url="https://github.com/benfred/py-spy"
+url="https://github.com/PyO3/setuptools-rust"
depends=('python' 'python-setuptools' 'python-semantic-version')
makedepends=('python-setuptools')