summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD4
3 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 48e41457f323..1294a9848c10 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = python-scanpydoc
pkgdesc = A series of Sphinx extensions to get easy to maintain, numpydoc style documentation.
pkgver = 0.7.6
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/theislab/scanpydoc
arch = any
license = GPL3
makedepends = python-flit-core
- makedepends = python-installer
makedepends = python-build
+ makedepends = python-installer
+ makedepends = python-wheel
depends = python-sphinx
depends = python-get_version
source = https://files.pythonhosted.org/packages/source/s/scanpydoc/scanpydoc-0.7.6.tar.gz
diff --git a/.gitignore b/.gitignore
index 4d7ad300862e..1d2dabc4faac 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
/src/
/pkg/
-/*.whl
-/*.pkg.tar.xz
+/*.tar.gz
+/*.pkg.*
diff --git a/PKGBUILD b/PKGBUILD
index a6155cc86040..74632485c537 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
_name=scanpydoc
pkgname=python-$_name
pkgver=0.7.6
-pkgrel=1
+pkgrel=2
pkgdesc='A series of Sphinx extensions to get easy to maintain, numpydoc style documentation.'
arch=(any)
url="https://github.com/theislab/$_name"
license=(GPL3)
depends=(python-sphinx python-get_version)
-makedepends=(python-flit-core python-installer python-build)
+makedepends=(python-flit-core python-build python-installer python-wheel)
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
sha256sums=('168d53c9b3fbf1775565e37cbf9a4ae014243f722ecfcc2e6fcb023749f4af95')