summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorrobertoszek2023-01-03 14:02:54 +0100
committerrobertoszek2023-01-03 14:02:54 +0100
commit387e742d21d48da5626fdd4370407ca901383805 (patch)
tree674b18586050130422f33309eefbf2c80d31373e /PKGBUILD
parent8ca1bbe6cc284e954fcf817cfcf4f9896cf85344 (diff)
downloadaur-python-pleroma-bot.tar.gz
updated dependencies for 1.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6f140b389f95..c2f1f2d04f6f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-pleroma-bot
_name=${pkgname#python-}
pkgver=1.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="Bot for mirroring one or multiple Twitter accounts in Pleroma/Mastodon."
arch=("any")
url="https://github.com/robertoszek/$_name"
@@ -21,7 +21,7 @@ build() {
}
package() {
- depends=("python-oauthlib" "python-requests-oauthlib" "python-requests" "python-pyaml")
+ depends=("python-oauthlib" "python-requests-oauthlib" "python-requests" "python-pyaml" "python-tqdm" "python-beautifulsoup4" "python-feedparser")
cd "${srcdir}/${_name}-${pkgver}"
python setup.py install --root="${pkgdir}/" --optimize=1 || return 1
mkdir -p "${pkgdir}/var/log/pleroma-bot"