summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Rossmannek2024-04-15 09:37:49 +0200
committerMax Rossmannek2024-04-15 09:37:49 +0200
commite97bab1719f6ac17cc5b2533eabd18f9ae3613d0 (patch)
tree49bc626967f5671cf188a06621b4b15f1184bf01
parent425a856451812b8ff6bf4924f1f723f9b0709ea3 (diff)
downloadaur-e97bab1719f6ac17cc5b2533eabd18f9ae3613d0.tar.gz
Update maintainer email
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 54a04db61765..789dd9ffa689 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cobib-git
pkgdesc = Console Bibliography
pkgver = r517.c6d4f59
- pkgrel = 6
+ pkgrel = 7
url = https://gitlab.com/cobib/cobib
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 2c1c5e347f89..ab52e3fca2fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
-# Maintainer: Max Rossmannek <max.rossmannek@uzh.ch>
+# Maintainer: Max Rossmannek <max@rossmannek.de>
# Contributor: Cullen Ross <cullenrss@gmail.com>
_pkgname='cobib'
pkgname="${_pkgname}-git"
pkgver=r517.c6d4f59
-pkgrel=6
+pkgrel=7
arch=('any')
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')
license=('MIT')