python-arxiv2bib: fix short_desc

This commit is contained in:
xaltsc 2019-04-06 04:45:08 +02:00 committed by maxice8
parent 6ec0ed14c9
commit 2ef4054a76

View File

@ -1,14 +1,14 @@
# Template file for 'python-arxiv2bib'
pkgname=python-arxiv2bib
version=1.0.8
revision=1
revision=2
archs=noarch
wrksrc="arxiv2bib-${version}"
build_style=python-module
pycompile_module="arxiv2bib"
hostmakedepends="python-setuptools python3-setuptools"
depends="python-setuptools"
short_desc="Python2 package to infer file types"
short_desc="Python2 package for getting arXiv data in BibTeX"
maintainer="xaltsc <xaltsc@protonmail.ch>"
license="BSD-3-Clause"
homepage="http://nathangrigg.github.io/arxiv2bib"