summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 59be0564b8f7..571d84f4b07d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python2-bibtexparser
_name=${pkgname#python2-}
-pkgver=1.1.0
+pkgver=1.2.0
pkgrel=1
pkgdesc="Bibtex parser in Python"
arch=('any')
@@ -13,7 +13,7 @@ depends=('python2' 'python2-pyparsing' 'python2-future')
makedepends=('python2-setuptools')
checkdepends=('python2-nose')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('df8966ea752db6d74657a69b9d684a61aa33457ad6d9d50e41c50ef7f374907f')
+sha256sums=('0f9ab94e3fc36ee2ee6a3713c5dd7320d4b6ee52bd66ecbab03c6b06675ae410')
build() {
cd "${srcdir}/${_name}-${pkgver}"