summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Rossmannek2020-12-08 21:43:21 +0100
committerMax Rossmannek2020-12-08 21:43:21 +0100
commitf6579ae50c8b1fc6fe7cabde54df8cd15c4e6e8f (patch)
tree708713cbf89366149c247cce222cf67477e4cf8a
parent348b841b49197c8679c6385535e60fa13bd72fef (diff)
downloadaur-f6579ae50c8b1fc6fe7cabde54df8cd15c4e6e8f.tar.gz
Bump to v2.5.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a42bb450de56..9a50f8cec9e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cobib
pkgdesc = Console Bibliography
- pkgver = 2.4.1
+ pkgver = 2.5.0
pkgrel = 1
url = https://gitlab.com/mrossinek/cobib
arch = any
@@ -13,8 +13,8 @@ pkgbase = cobib
depends = python-requests
provides = cobib
conflicts = cobib
- source = https://gitlab.com/mrossinek/cobib/-/archive/v2.4.1/cobib-v2.4.1.tar.gz
- sha512sums = c6c775a2368a49012302f2eb6db97c9c9609edac00bf062b110b318c412e98c228740fe5b725102e02085a1dff234f8f2fcba0fe94dc50decee47cc39b2b02cd
+ source = https://gitlab.com/mrossinek/cobib/-/archive/v2.5.0/cobib-v2.5.0.tar.gz
+ sha512sums = 78078b34886daa39b50c672054327ee20def5d5b063e3351791add641fc6a42cd88efbee5dea8be1ed775a20774e866a4a968c18aea420b9eefc2b3a5f703367
pkgname = cobib
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}"