summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2021-10-06 22:20:38 +0800
committerUniversebenzene2021-10-06 22:20:38 +0800
commit8fafdb2e2d7aa55e702fb9d70f7f677f202e57e9 (patch)
tree4a9eadf71ec754463de567bda7079eb69074081a
parent0d25891cd0ad3a95005bd3dfee3aa6387ffe98d4 (diff)
downloadaur-8fafdb2e2d7aa55e702fb9d70f7f677f202e57e9.tar.gz
Update to version 0.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5095f5e74370..9d6179a62d2a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-sphinxemoji
pkgdesc = An extension to use emoji codes in your Sphinx documentation
- pkgver = 0.1.9
+ pkgver = 0.2.0
pkgrel = 1
url = https://sphinxemojicodes.readthedocs.io
arch = i686
@@ -8,8 +8,8 @@ pkgbase = python-sphinxemoji
license = BSD
checkdepends = python-sphinx
makedepends = python-setuptools
- source = https://files.pythonhosted.org/packages/source/s/sphinxemoji/sphinxemoji-0.1.9.tar.gz
- md5sums = b77f66a04ef0fec85660c7ae08283940
+ source = https://files.pythonhosted.org/packages/source/s/sphinxemoji/sphinxemoji-0.2.0.tar.gz
+ md5sums = b6acecfa315545218e1a1a7022a027d1
pkgname = python-sphinxemoji
depends = python-sphinx>=1.8
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}