summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2021-06-04 13:13:30 +0800
committerUniversebenzene2021-06-04 13:13:30 +0800
commit5f3c2173ee22b8905bede77be0e1ead70f358494 (patch)
tree7c9b076716f10155b63936ec64ec60e2c6ba9caa
parentb8bb67f10eda78612557b15457cdb3875f9dfa00 (diff)
downloadaur-5f3c2173ee22b8905bede77be0e1ead70f358494.tar.gz
Update to version 0.6.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d8f1dbdc5f81..52119dcb7f50 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-sphinx-panels
pkgdesc = A sphinx extension for creating panels in a grid layout
- pkgver = 0.5.2
+ pkgver = 0.6.0
pkgrel = 1
url = https://sphinx-panels.readthedocs.io
arch = any
license = MIT
checkdepends = python-sphinx
makedepends = python-setuptools
- source = https://files.pythonhosted.org/packages/source/s/sphinx-panels/sphinx-panels-0.5.2.tar.gz
- md5sums = d44fbb7c8ec3659fc34b4276580e769c
+ source = https://files.pythonhosted.org/packages/source/s/sphinx-panels/sphinx-panels-0.6.0.tar.gz
+ md5sums = f2e926a14ad27d66d59fc329339d496e
pkgname = python-sphinx-panels
depends = python-sphinx
@@ -20,4 +20,3 @@ pkgname = python-sphinx-panels
optdepends = python-pre-commit: code_style
optdepends = python-sphinx-autobuild: live-dev
optdepends = python-web-compile: live-dev
-
diff --git a/PKGBUILD b/PKGBUILD
index b3866d21fa78..72a87c5122b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgbase=python-sphinx-panels
_pyname=${pkgbase#python-}
pkgname=("python-${_pyname}")
#"python-${_pyname}-doc")
-pkgver=0.5.2
+pkgver=0.6.0
pkgrel=1
pkgdesc="A sphinx extension for creating panels in a grid layout"
arch=('any')
@@ -12,7 +12,7 @@ license=('MIT')
makedepends=('python-setuptools')
checkdepends=('python-sphinx')
source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
-md5sums=('d44fbb7c8ec3659fc34b4276580e769c')
+md5sums=('f2e926a14ad27d66d59fc329339d496e')
build() {
cd ${srcdir}/${_pyname}-${pkgver}