summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 318b84dd75a6..9156e9795f38 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = fern-git
pkgdesc = a curses-based mastodon client modeled off usenet news readers & pine, with an emphasis on getting to "timeline zero"
pkgver = 75.0244f1a
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/enkiv2/fern
arch = any
license = BSD3
makedepends = git
- depends = python2-mastodon
+ depends = python-mastodon
provides = fern
source = fern::git+https://github.com/enkiv2/fern.git#branch=master
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 463a925c6813..f861ff49174b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
-# Maintainer: shellkr <revoltism+AUR$gmail.com>
+# Contributor: dreieck (https://aur.archlinux.org/account/dreieck)
+# Contributor: shellkr (https://aur.archlinux.org/account/shellkr)
pkgname=fern-git
_gitname=${pkgname%-git*}
pkgver=75.0244f1a
-pkgrel=2
+pkgrel=3
pkgdesc='a curses-based mastodon client modeled off usenet news readers & pine, with an emphasis on getting to "timeline zero"'
arch=('any')
url="https://github.com/enkiv2/fern"
license=('BSD3')
-depends=('python2-mastodon')
+depends=('python-mastodon')
makedepends=('git')
provides=("$_gitname")
source=("$_gitname::git+https://github.com/enkiv2/fern.git#branch=master")