summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJP-Ellis2023-01-12 21:05:22 +1100
committerJP-Ellis2023-01-12 21:05:22 +1100
commit3a221e727d88a87bc401c8c12a203a7ab999d9ae (patch)
tree27fe4ea0a697618c1c97df2580ef87bf93bc216a /PKGBUILD
parenta9597a7b02a61c05556d34e778d2b5241d695a0d (diff)
downloadaur-3a221e727d88a87bc401c8c12a203a7ab999d9ae.tar.gz
v1.4.0
Signed-off-by: JP-Ellis <josh@jpellis.me>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0639905a4496..bf098c0dbe4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-bibtexparser
_name=${pkgname#python-}
-pkgver=1.2.0
+pkgver=1.4.0
pkgrel=1
pkgdesc="Bibtex parser in Python"
arch=('any')
@@ -13,7 +13,7 @@ depends=('python' 'python-pyparsing' 'python-future')
makedepends=('python-setuptools')
checkdepends=('python-nose')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('0f9ab94e3fc36ee2ee6a3713c5dd7320d4b6ee52bd66ecbab03c6b06675ae410')
+sha256sums=('ca7ce2bc34e7c48a678dd49416429bb567441f26dbb13b3609082d8cd109ace6')
build() {
cd "${srcdir}/${_name}-${pkgver}"