summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Rossmannek2021-04-10 15:24:38 +0200
committerMax Rossmannek2021-04-10 15:24:38 +0200
commit696ccd93ae30a19b04f338c6e56a1f6b94efb82e (patch)
tree98abeeb9ea81803677d266e35ded02561e018cde
parent390462ac6df59326800579599ac23449f3670b42 (diff)
downloadaur-696ccd93ae30a19b04f338c6e56a1f6b94efb82e.tar.gz
Bump to v3.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c1cb2dd7e49c..0d727bb2763c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cobib
pkgdesc = Console Bibliography
- pkgver = 2.6.1
+ pkgver = 3.0.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.6.1/cobib-v2.6.1.tar.gz
- sha512sums = b42f9f3d880087a0d4e35d628100ab9b6133c86339a18063922ae141cbcf8841d9cdd5fab8932bb6128071e677a8fb1ffcafc99bab63b2da648d1edded262d3a
+ source = https://gitlab.com/mrossinek/cobib/-/archive/v3.0.0/cobib-v3.0.0.tar.gz
+ sha512sums = 4852c190366a4ac571e087caae73c8e5a4a23d8f2147cf898efa42ba9b16c7f83ad1a73415b0d5009bdf9a364c1f6b20ef74fa4618fab081271e2253bed59aca
pkgname = cobib
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}"