diff options
author | Pavle Portic | 2022-10-03 12:59:10 +0200 |
---|---|---|
committer | Pavle Portic | 2022-10-03 12:59:10 +0200 |
commit | 4b10c17570b2a394447e21a6d8e949677aaca30f (patch) | |
tree | 7c3bb2066131aa0440049ab5e919097e12babbaf | |
parent | 270057b8836fefbce2948d0df8a2a131f5833b0d (diff) | |
download | aur-python-sphinx-revealjs.tar.gz |
Bump to 2.2.0
-rw-r--r-- | .SRCINFO | 7 | ||||
-rw-r--r-- | PKGBUILD | 5 |
2 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = python-sphinx-revealjs pkgdesc = Sphinx extension with theme to generate Reveal.js presentation - pkgver = 1.0.1 + pkgver = 2.2.0 pkgrel = 1 url = https://github.com/attakei/sphinx-revealjs arch = any @@ -9,11 +9,10 @@ pkgbase = python-sphinx-revealjs depends = python depends = python-sphinx depends = python-docutils - source = https://files.pythonhosted.org/packages/source/s/sphinx-revealjs/sphinx-revealjs-1.0.1.tar.gz - sha256sums = 7daa6262571470ba9ef03ee4c1daaecae1c9e7293d684bcff0a676d82abded54 + source = https://files.pythonhosted.org/packages/source/s/sphinx-revealjs/sphinx-revealjs-2.2.0.tar.gz + sha256sums = c508d517df650386f0599c2108940731892abd8fa0c24642111ed1271120184d pkgname = python-sphinx-revealjs depends = python depends = python-sphinx depends = python-docutils - @@ -3,7 +3,7 @@ pkgbase='python-sphinx-revealjs' pkgname=('python-sphinx-revealjs') _module='sphinx-revealjs' -pkgver='1.0.1' +pkgver='2.2.0' pkgrel=1 pkgdesc="Sphinx extension with theme to generate Reveal.js presentation" url="https://github.com/attakei/sphinx-revealjs" @@ -14,7 +14,8 @@ depends=('python' 'python-sphinx' 'python-docutils') makedepends=('python-setuptools') source=("https://files.pythonhosted.org/packages/source/${_module::1}/$_module/$_module-$pkgver.tar.gz") -sha256sums=('7daa6262571470ba9ef03ee4c1daaecae1c9e7293d684bcff0a676d82abded54') +sha256sums=('c508d517df650386f0599c2108940731892abd8fa0c24642111ed1271120184d') + build() { cd "${srcdir}/${_module}-${pkgver}" |