summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrançois Boulogne2015-08-02 15:55:28 -0400
committerFrançois Boulogne2015-08-02 15:55:28 -0400
commitb44b6da1fe0fe00b66f9ec9ecf756aa44061091a (patch)
tree8143ce9ef9fcc4729ea3ecbc09f49cb2fb6c83c9 /PKGBUILD
parenta5b670c1304f4d9941760582e36ab2c637bdc0db (diff)
downloadaur-b44b6da1fe0fe00b66f9ec9ecf756aa44061091a.tar.gz
update bibtexparser
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aad59b7e624b..584d8d10482d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=python-bibtexparser
_pkgname=bibtexparser
-pkgver=0.6.0
-pkgrel=2
+pkgver=0.6.1
+pkgrel=1
pkgdesc="Bibtex parser in Python"
arch=('any')
url="https://bibtexparser.readthedocs.org/"
@@ -13,7 +13,7 @@ depends=('python')
makedepends=('python-setuptools')
checkdepends=('python-nose')
source=(https://pypi.python.org/packages/source/b/bibtexparser/bibtexparser-$pkgver.tar.gz)
-sha256sums=('0f58ee599de7c01a8e9dd723c2a8d7405cca75bf02ce28c60ada23350d48dfa6')
+sha256sums=('944249c1cfce9f2c69f0decc2d3fab54e8adb5d5cac5eda32cfba8898b602742')
build() {
cd "$srcdir/$_pkgname-$pkgver"