diff options
author | gue5t | 2018-01-24 09:20:45 -0600 |
---|---|---|
committer | gue5t | 2018-01-24 09:20:45 -0600 |
commit | 4bd55ebcbab866e580dff0ae482bd6d81777246d (patch) | |
tree | 9a4ea061c2486477398c10c5a4bd6a77950e3a5a /PKGBUILD | |
parent | e0c1eb8fc14aee398a1d4f467f4ee325457d36f1 (diff) | |
download | aur-4bd55ebcbab866e580dff0ae482bd6d81777246d.tar.gz |
add dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,13 +1,13 @@ # Maintainer: gue5t <gue5t@aur.archlinux.org> pkgname=python-mastodon pkgver=1.2.1 -pkgrel=1 +pkgrel=2 pkgdesc="python bindings for the Mastodon RPC API" arch=('any') url="https://pypi.python.org/pypi/Mastodon.py" license=('GPL') groups=() -depends=() +depends=(python-requests python-dateutil python-six python-pytz python-decorator) makedepends=() optdepends=() provides=() |