summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorshellkr2019-06-25 23:54:01 +0200
committershellkr2019-06-25 23:54:01 +0200
commitdc1247a1274f7d03ad7eef9eb6d4afbcca7eccf8 (patch)
tree52a7bc7f71104b8de2bb40163c71bd064f5f033f
parentc1d6ec3f206a56141a52e865619516bcb1d15899 (diff)
downloadaur-dc1247a1274f7d03ad7eef9eb6d4afbcca7eccf8.tar.gz
corrected depends to python2
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1273f4642be3..d09e2789f0a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc='a curses-based mastodon client modeled off usenet news readers & pine,
arch=('any')
url="https://github.com/enkiv2/fern"
license=('BSD3')
-depends=('python-mastodon')
+depends=('python2-mastodon')
makedepends=('git')
provides=("$_gitname")
source=("$_gitname::git+https://github.com/enkiv2/fern.git#branch=master")