summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP-Ellis2023-01-12 21:05:22 +1100
committerJP-Ellis2023-01-12 21:05:22 +1100
commit3a221e727d88a87bc401c8c12a203a7ab999d9ae (patch)
tree27fe4ea0a697618c1c97df2580ef87bf93bc216a
parenta9597a7b02a61c05556d34e778d2b5241d695a0d (diff)
downloadaur-3a221e727d88a87bc401c8c12a203a7ab999d9ae.tar.gz
v1.4.0
Signed-off-by: JP-Ellis <josh@jpellis.me>
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a2c0fa23d15d..dc83fa152bbe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-bibtexparser
pkgdesc = Bibtex parser in Python
- pkgver = 1.2.0
+ pkgver = 1.4.0
pkgrel = 1
url = https://pypi.org/project/bibtexparser/
arch = any
@@ -10,8 +10,7 @@ pkgbase = python-bibtexparser
depends = python
depends = python-pyparsing
depends = python-future
- source = https://files.pythonhosted.org/packages/source/b/bibtexparser/bibtexparser-1.2.0.tar.gz
- sha256sums = 0f9ab94e3fc36ee2ee6a3713c5dd7320d4b6ee52bd66ecbab03c6b06675ae410
+ source = https://files.pythonhosted.org/packages/source/b/bibtexparser/bibtexparser-1.4.0.tar.gz
+ sha256sums = ca7ce2bc34e7c48a678dd49416429bb567441f26dbb13b3609082d8cd109ace6
pkgname = python-bibtexparser
-
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}"