summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2022-09-26 13:44:44 +0800
committerUniversebenzene2022-09-26 13:44:44 +0800
commit838b5ee151fb7eb2eb1408c793682314ad7be81d (patch)
tree48788fc36948490a924297f09e4fe824392519cb
parent87d1febebc9d132e96f9ac2d29348dd6f545e958 (diff)
downloadaur-838b5ee151fb7eb2eb1408c793682314ad7be81d.tar.gz
Update to version 0.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89a0f1416eff..b6c63ce53de9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-sphinx_design
pkgdesc = A sphinx extension for designing beautiful, screen-size responsive web components
- pkgver = 0.2.0
+ pkgver = 0.3.0
pkgrel = 1
url = https://sphinx-design.readthedocs.io
arch = any
@@ -10,8 +10,8 @@ pkgbase = python-sphinx_design
makedepends = python-wheel
makedepends = python-build
makedepends = python-installer
- source = https://files.pythonhosted.org/packages/source/s/sphinx_design/sphinx_design-0.2.0.tar.gz
- md5sums = 118bdf14990a0420f6a27be69ef3de78
+ source = https://files.pythonhosted.org/packages/source/s/sphinx_design/sphinx_design-0.3.0.tar.gz
+ md5sums = 8283e2917f9bf3b1ab5688deb6a1aaa5
pkgname = python-sphinx_design
depends = python-sphinx<6
diff --git a/PKGBUILD b/PKGBUILD
index 686810910775..0ad613058ba0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgbase=python-sphinx_design
_pyname=${pkgbase#python-}
pkgname=("python-${_pyname}")
#"python-${_pyname}-doc")
-pkgver=0.2.0
+pkgver=0.3.0
pkgrel=1
pkgdesc="A sphinx extension for designing beautiful, screen-size responsive web components"
arch=('any')
@@ -16,7 +16,7 @@ makedepends=('python-flit-core'
'python-installer')
checkdepends=('python-nose')
source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
-md5sums=('118bdf14990a0420f6a27be69ef3de78')
+md5sums=('8283e2917f9bf3b1ab5688deb6a1aaa5')
build() {
cd ${srcdir}/${_pyname}-${pkgver}