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 109a4b6aa97b..9dca26b3d8ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Cullen Ross <cullenrss@gmail.com>
pkgname=cobib
-pkgver=2.4.1
+pkgver=2.5.0
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=('c6c775a2368a49012302f2eb6db97c9c9609edac00bf062b110b318c412e98c228740fe5b725102e02085a1dff234f8f2fcba0fe94dc50decee47cc39b2b02cd')
+sha512sums=('78078b34886daa39b50c672054327ee20def5d5b063e3351791add641fc6a42cd88efbee5dea8be1ed775a20774e866a4a968c18aea420b9eefc2b3a5f703367')
build() {
cd "${srcdir}/${pkgname}-v${pkgver}"