summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien Nicoulaud2020-01-18 18:01:16 +0100
committerJulien Nicoulaud2020-01-18 18:01:16 +0100
commit2665e9234ef8a282253bc3ddba03542946c457ca (patch)
treeffcd7945ab3aa99207248c9b4c12b85c254ff435
parent77efe994285215f1c391d9dc194869e04342681b (diff)
downloadaur-2665e9234ef8a282253bc3ddba03542946c457ca.tar.gz
0.1.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af6706b59b2e..268128fe217e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pandoc-imagine
pkgdesc = Imagine is a pandoc filter that will turn codeblocks tagged with certain classes into images or ascii art..
- pkgver = 0.1.5
- pkgrel = 3
+ pkgver = 0.1.6
+ pkgrel = 1
url = https://github.com/hertogp/imagine
arch = any
license = MIT
@@ -9,8 +9,8 @@ pkgbase = python-pandoc-imagine
makedepends = python2
makedepends = python-setuptools
makedepends = python2-setuptools
- source = https://files.pythonhosted.org/packages/source/p/pandoc-imagine/pandoc-imagine-0.1.5.tar.gz
- sha512sums = d23742823efd5ee9f797b197d7751592e01ed14cd01f99ba11046b8585bb43a5080043541f2152eb7b1e74a65b81c3416d38a9f7dd03321594a8f08e6940a63e
+ source = https://files.pythonhosted.org/packages/source/p/pandoc-imagine/pandoc-imagine-0.1.6.tar.gz
+ sha512sums = ce8179fd03863ed18174e015e83c3aa64475a8e48a577cbc9ece759206d9a4e4f9006cba62bf29ca2027df937ae9071a8c18d7ac817131190f345d2bb972b19f
pkgname = python-pandoc-imagine
depends = python-pandocfilters>=1.4
diff --git a/PKGBUILD b/PKGBUILD
index 1237289c304f..22b08c375cb7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
_pkgname=pandoc-imagine
pkgbase="python-${_pkgname}"
pkgname=("python-${_pkgname}" "python2-${_pkgname}")
-pkgver=0.1.5
-pkgrel=3
+pkgver=0.1.6
+pkgrel=1
arch=('any')
license=('MIT')
pkgdesc="Imagine is a pandoc filter that will turn codeblocks tagged with certain classes into images or ascii art.."
url="https://github.com/hertogp/imagine"
makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools')
source=("https://files.pythonhosted.org/packages/source/p/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-sha512sums=('d23742823efd5ee9f797b197d7751592e01ed14cd01f99ba11046b8585bb43a5080043541f2152eb7b1e74a65b81c3416d38a9f7dd03321594a8f08e6940a63e')
+sha512sums=('ce8179fd03863ed18174e015e83c3aa64475a8e48a577cbc9ece759206d9a4e4f9006cba62bf29ca2027df937ae9071a8c18d7ac817131190f345d2bb972b19f')
prepare() {
cp -a ${_pkgname}-${pkgver}{,-py2}