summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorUniversebenzene2023-11-17 15:40:11 +0800
committerUniversebenzene2023-11-17 15:40:11 +0800
commitec768195dd4f708345004be7f210aa9b03c7ebdb (patch)
treea84c44d9cc4de3897e16f6dbf16d8286e17acb56 /PKGBUILD
parentad6f76c98d7ba9e306b06c12a74b36f51c5bb9c1 (diff)
downloadaur-ec768195dd4f708345004be7f210aa9b03c7ebdb.tar.gz
Remove restriction of pydata version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9f12a074c60a..8110814a213e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgbase=python-sunpy-sphinx-theme
_pyname=${pkgbase#python-}
pkgname=("python-${_pyname}" "python-${_pyname}-doc")
pkgver=2.0.2
-pkgrel=1
+pkgrel=2
pkgdesc="The sphinx theme for the SunPy website and documentation"
arch=('any')
url="https://github.com/sunpy/sunpy-sphinx-theme"
@@ -48,7 +48,7 @@ check() {
}
package_python-sunpy-sphinx-theme() {
- depends=('python-sphinx' 'python-pydata-sphinx-theme<0.14')
+ depends=('python-sphinx' 'python-pydata-sphinx-theme')
cd ${srcdir}/${_pyname}-${pkgver}
install -D -m644 LICENSE.md -t "${pkgdir}/usr/share/licenses/${pkgname}"