summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJeremy Gust2023-08-29 15:15:26 -0600
committerJeremy Gust2023-08-29 15:15:26 -0600
commita152a333685df7e325c1014a38964b638c526136 (patch)
treea9beebd7df381a21859b270d7b138d997d4d59b2 /PKGBUILD
parentabdf05122909e5436f479580bd14003868de27b2 (diff)
downloadaur-python-sphinx-paramlinks.tar.gz
Updated to version 0.6.0 & added missing makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1eec0c560269..7aa3b585fbd0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,16 @@
pkgname="python-sphinx-paramlinks"
_pkg="${pkgname#python-}"
-pkgver=0.5.4
+pkgver=0.6.0
pkgrel=1
pkgdesc="Allows :param: directives within Python documentation to be linkable."
arch=('any')
url="https://github.com/sqlalchemyorg/sphinx-paramlinks"
license=('MIT')
depends=('python' 'python-sphinx')
-source=(""$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz"")
-sha256sums=(a6f2b00233445285d49bb561f88b4688208cd4745113c266c18a810932aa6034)
+makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha256sums=(272d457093185ff20699455375db01db7013f617d90035a5b0ed2dd2b86899a6)
build() {
cd "$_pkg-$pkgver"