summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMax Rossmannek2023-11-12 12:22:31 +0100
committerMax Rossmannek2023-11-12 12:22:31 +0100
commitb3af2a38b9307ea7eeed7de4dd91b4fd8746bcf9 (patch)
treeba2bd88b5322191c0537308c8613037ef96a52c7 /PKGBUILD
parent5a272355fd261b6369af386f7d556876cab06cb2 (diff)
downloadaur-b3af2a38b9307ea7eeed7de4dd91b4fd8746bcf9.tar.gz
Bump to v4.3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ca2cd2acabfb..c94666e55666 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Cullen Ross <cullenrss@gmail.com>
pkgname=cobib
-pkgver=4.2.0
+pkgver=4.3.0
pkgrel=1
pkgdesc="Console Bibliography"
arch=('any')
@@ -12,7 +12,7 @@ conflicts=('cobib')
url="https://gitlab.com/cobib/${pkgname}"
depends=('python' 'python-bibtexparser' 'python-beautifulsoup4' 'python-lxml' 'python-ruamel-yaml' 'python-pylatexenc' 'python-requests' 'python-requests-oauthlib' 'python-text-unidecode' 'python-rich' 'python-textual' 'python-markdown-it-py' 'python-mdit_py_plugins' 'python-linkify-it-py')
source=("https://gitlab.com/cobib/cobib/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")
-sha512sums=('e15cac7faf25c5f4ed199d625e40421e944348b03a71deff84b589e82927242363daf93d76229a44970741011ae8f471a37ff53d67b8c138596ed363635b8271')
+sha512sums=('5e5644cc88e491f5429619756f067d31de8e852d8378b837d6fee1ad044160c2ba61e337c8abdc6da19fd26ad4d1f810f6b0326f182f97fbb4be62b59539677d')
build() {
cd "${srcdir}/${pkgname}-v${pkgver}"