git » offpunk-git.git » commit 876dd83

Add contributor's last name

author Klaus Alexander Seistrup
2023-03-12 07:54:36 UTC
committer Klaus Alexander Seistrup
2023-03-12 07:54:36 UTC
parent 4299272573165327d442582a6a8b008e2b132c0e

Add contributor's last name

.SRCINFO +1 -1
PKGBUILD +2 -2

diff --git a/.SRCINFO b/.SRCINFO
index 1c25b5b..0b5dfa9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
 pkgbase = offpunk-git
 	pkgdesc = Fork of the command-line Gemini client AV-98 with added offline capabilities
 	pkgver = 1.9.1.r1.g826aa4e
-	pkgrel = 2
+	pkgrel = 3
 	epoch = 2
 	url = https://git.sr.ht/~lioploum/offpunk
 	arch = any
diff --git a/PKGBUILD b/PKGBUILD
index b60c5ba..ad6a474 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
 # Maintainer: Klaus Alexander Seistrup <klaus@seistrup.dk>
-# Contributor: Anna <cyber AT sysrq DOT in>
+# Contributor: Anna Vyalkova <cyber AT sysrq DOT in>
 # -*- sh -*-
 
 pkgname='offpunk-git'
 _pkgname='offpunk'
 pkgver=1.9.1.r1.g826aa4e
-pkgrel=2
+pkgrel=3
 epoch=2
 pkgdesc='Fork of the command-line Gemini client AV-98 with added offline capabilities'
 arch=('any')