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 57ffc76d08c7..49db7ed482b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Cullen Ross <cullenrss@gmail.com>
pkgname=cobib
-pkgver=3.1.0
+pkgver=3.1.1
pkgrel=1
pkgdesc="Console Bibliography"
arch=('any')
@@ -12,7 +12,7 @@ conflicts=('cobib')
url="https://gitlab.com/mrossinek/${pkgname}"
depends=('python' 'python-bibtexparser' 'python-beautifulsoup4' 'python-ruamel-yaml' 'python-pylatexenc' 'python-requests')
source=("https://gitlab.com/mrossinek/cobib/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")
-sha512sums=('a420f4126063b78ac3ebb1aa84f8159416335efaffc5863e122e7cc968133b2775080657d73c587851b9d05f0ef25439e816ada91986ecdd94d22f0601fc2f43')
+sha512sums=('85114d4fe167ced17d6e5667db0d85e7f76bf04518b41094c4635aed8b9e6e15983589df520c843b5c8ca0fdd17268144c8906910d0e0b016380818b696d1194')
build() {
cd "${srcdir}/${pkgname}-v${pkgver}"