summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCookie Engineer2020-06-05 17:57:23 +0200
committerCookie Engineer2020-06-05 17:57:23 +0200
commit20151bbdd0d5159e79017717bdc87b47a6f8b771 (patch)
treeb8cb0d380e11d171bf63900ac26cdfb14342e037 /PKGBUILD
parent6bbd29f1f6138c9d9f9373d303f8c6bc2ffabe49 (diff)
downloadaur-20151bbdd0d5159e79017717bdc87b47a6f8b771.tar.gz
bug fix for new moviepy dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1812f1dae27d..99c6cb03aec8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Scrapes and downloads an instagram user's photos and videos"
arch=('any')
url=https://github.com/rarcega/instagram-scraper
license=('custom:Public domain')
-depends=('python-requests' 'python-tqdm')
+depends=('python-requests' 'python-tqdm' 'python-moviepy')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
sha512sums=('d5429f743cf4a3fa443472de113c3df55cbfdde454260b0af382d4ae9a85d351dc22ed99ff1d6004b6b0ea3e453835abd4b0fef280c34aa69728d31a76197906')