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 1b507c90ba7d..b85f3daacaf7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Cullen Ross <cullenrss@gmail.com>
pkgname=cobib
-pkgver=2.6.1
+pkgver=3.0.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=('b42f9f3d880087a0d4e35d628100ab9b6133c86339a18063922ae141cbcf8841d9cdd5fab8932bb6128071e677a8fb1ffcafc99bab63b2da648d1edded262d3a')
+sha512sums=('4852c190366a4ac571e087caae73c8e5a4a23d8f2147cf898efa42ba9b16c7f83ad1a73415b0d5009bdf9a364c1f6b20ef74fa4618fab081271e2253bed59aca')
build() {
cd "${srcdir}/${pkgname}-v${pkgver}"