summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorClayton Craft2018-09-11 08:36:15 -0700
committerClayton Craft2018-09-11 08:36:20 -0700
commitdf53fed8694d592eba9ac6b63b4861ae23a3ff01 (patch)
tree1d3f2009e2b22cac421013bed0e65642e4336924
parente11e83558f6903157c2e2b13c3f86bbeeeaadc56 (diff)
downloadaur-df53fed8694d592eba9ac6b63b4861ae23a3ff01.tar.gz
Use correct description/url for project
Always double check these things when re-using another PKGBUILD as a template, kids!
-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')