summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMax Rossmannek2022-04-25 22:03:41 +0200
committerMax Rossmannek2022-04-25 22:03:41 +0200
commita072e35d10999dcdcc234d734150407595e19806 (patch)
tree369d094e96fb3d12d5adf3816b50bd8f36888c1a /PKGBUILD
parent32a4972376be0bda935ab0424bd7cad7cdd919a8 (diff)
downloadaur-a072e35d10999dcdcc234d734150407595e19806.tar.gz
Bump to v3.5.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7bc366cdac5f..c390eae6c7ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Cullen Ross <cullenrss@gmail.com>
pkgname=cobib
-pkgver=3.5.0
+pkgver=3.5.1
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' 'python-requests-oauthlib')
source=("https://gitlab.com/mrossinek/cobib/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")
-sha512sums=('4eae5db4f9becfb3a01a5ee534eccfb933b88d27601182a90c2313572718b4aa12534b92036fe5178c356988cb781b83f2fb60af78cbf9c4091d644ed4904432')
+sha512sums=('b1f0ad450355312db572e1abfb88cd3076159e8f485c6287a3b75df38ebf305f0e740a096010e2ba7c19f289fe91602944d526eb032e3827463b749a70e87758')
build() {
cd "${srcdir}/${pkgname}-v${pkgver}"