diff --git a/.SRCINFO b/.SRCINFO index f7898ffe..c03996bd 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,10 +1,10 @@ pkgbase = python-mistune1 pkgdesc = A fast yet powerful Python Markdown parser with renderers and plugins pkgver = 0.8.4 - pkgrel = 4 + pkgrel = 5 url = https://github.com/lepture/mistune arch = any - license = BSD + license = BSD-3-Clause checkdepends = python-pytest makedepends = python-setuptools depends = python diff --git a/PKGBUILD b/PKGBUILD index e384142d..c0765a5d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,11 +3,11 @@ _name=mistune pkgname=python-mistune1 pkgver=0.8.4 -pkgrel=4 +pkgrel=5 pkgdesc="A fast yet powerful Python Markdown parser with renderers and plugins" arch=('any') url="https://github.com/lepture/mistune" -license=('BSD') +license=('BSD-3-Clause') depends=('python') makedepends=('python-setuptools') checkdepends=('python-pytest')