summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef350854312e..3350d2a155e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,8 @@ pkgbase = toot
url = https://github.com/ihabunek/toot
arch = any
license = GPL3
+ depends = python-requests
+ depends = python-beautifulsoup4
source = https://files.pythonhosted.org/packages/source/t/toot/toot-0.19.0.tar.gz
sha256sums = 857adc08ed2531c934a69d64efc78cd96bca80dd0a2b41e9033bdd61a50d6ffd
diff --git a/PKGBUILD b/PKGBUILD
index 2e2fc9bde7c2..4701fb9a5156 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,6 +3,7 @@ _name=toot
pkgver=0.19.0
pkgrel=1
pkgdesc="a Mastodon CLI client"
+depends=('python-requests' 'python-beautifulsoup4')
license=('GPL3')
arch=('any')
url="https://github.com/ihabunek/toot"