summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Rossmannek2022-04-25 22:03:41 +0200
committerMax Rossmannek2022-04-25 22:03:41 +0200
commita072e35d10999dcdcc234d734150407595e19806 (patch)
tree369d094e96fb3d12d5adf3816b50bd8f36888c1a
parent32a4972376be0bda935ab0424bd7cad7cdd919a8 (diff)
downloadaur-a072e35d10999dcdcc234d734150407595e19806.tar.gz
Bump to v3.5.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 27ef06b1961d..a5f12377b97c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cobib
pkgdesc = Console Bibliography
- pkgver = 3.5.0
+ pkgver = 3.5.1
pkgrel = 1
url = https://gitlab.com/mrossinek/cobib
arch = any
@@ -14,7 +14,7 @@ pkgbase = cobib
depends = python-requests-oauthlib
provides = cobib
conflicts = cobib
- source = https://gitlab.com/mrossinek/cobib/-/archive/v3.5.0/cobib-v3.5.0.tar.gz
- sha512sums = 4eae5db4f9becfb3a01a5ee534eccfb933b88d27601182a90c2313572718b4aa12534b92036fe5178c356988cb781b83f2fb60af78cbf9c4091d644ed4904432
+ source = https://gitlab.com/mrossinek/cobib/-/archive/v3.5.1/cobib-v3.5.1.tar.gz
+ sha512sums = b1f0ad450355312db572e1abfb88cd3076159e8f485c6287a3b75df38ebf305f0e740a096010e2ba7c19f289fe91602944d526eb032e3827463b749a70e87758
pkgname = cobib
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}"