summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorUniversebenzene2021-10-06 22:20:38 +0800
committerUniversebenzene2021-10-06 22:20:38 +0800
commit8fafdb2e2d7aa55e702fb9d70f7f677f202e57e9 (patch)
tree4a9eadf71ec754463de567bda7079eb69074081a /PKGBUILD
parent0d25891cd0ad3a95005bd3dfee3aa6387ffe98d4 (diff)
downloadaur-8fafdb2e2d7aa55e702fb9d70f7f677f202e57e9.tar.gz
Update to version 0.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 88ec1cc9d6f6..ced469e26132 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgbase=python-sphinxemoji
_pyname=${pkgbase#python-}
pkgname=("python-${_pyname}")
#"python-${_pyname}-doc")
-pkgver=0.1.9
+pkgver=0.2.0
pkgrel=1
pkgdesc="An extension to use emoji codes in your Sphinx documentation"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ makedepends=('python-setuptools')
#'python-sphinx')
checkdepends=('python-sphinx')
source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
-md5sums=('b77f66a04ef0fec85660c7ae08283940')
+md5sums=('b6acecfa315545218e1a1a7022a027d1')
build() {
cd ${srcdir}/${_pyname}-${pkgver}