From 2ef4054a76851f686b5ea8491b39a71f8a22edd0 Mon Sep 17 00:00:00 2001 From: xaltsc <41400742+xaltsc@users.noreply.github.com> Date: Sat, 6 Apr 2019 04:45:08 +0200 Subject: [PATCH] python-arxiv2bib: fix short_desc --- srcpkgs/python-arxiv2bib/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python-arxiv2bib/template b/srcpkgs/python-arxiv2bib/template index 90698cc4beb..8bbc6bcf78e 100644 --- a/srcpkgs/python-arxiv2bib/template +++ b/srcpkgs/python-arxiv2bib/template @@ -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 " license="BSD-3-Clause" homepage="http://nathangrigg.github.io/arxiv2bib"