summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ac7586607a51..27294ba5e519 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
-# Maintainer: Sam Whited <sam@samwhited.com>
+# Contributor: Sam Whited <sam@samwhited.com>
+# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=ietf-id2xml
_name=${pkgname#ietf-}
-pkgver=1.5.0
-pkgrel=3
+pkgver=1.5.2
+pkgrel=1
pkgdesc='Convert internet-draft text to XML'
url='https://pypi.org/project/id2xml/'
arch=(any)
@@ -11,12 +12,11 @@ provides=("$_name")
conflicts=("$_name")
depends=(python-decorator
python-lxml
- python-pathlib2
python-six
xml2rfc)
license=(BSD)
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('589c74051e0da91096b46af5d6ab33a616085a0551405b4e2fc254e3180c1107')
+sha256sums=('6016b8d9ef8c7fc83f03eac90d17a12ea09139587e39df4358434f6899ccd9d5')
package() {
cd "$_name-$pkgver"