summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgit user2024-01-13 16:12:57 +0100
committergit user2024-01-13 16:12:57 +0100
commit1b2ccb88abfbe383829c27abc41e213b4bb6ae3c (patch)
tree01d26405c78206d9c8eb070c21489928a8a35d15 /PKGBUILD
parenteed13cc815c58033dcfe36ca73a34988227cd166 (diff)
downloadaur-fern-git.tar.gz
Builds now with `python-mastodon`.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
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")