summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCookie Engineer2020-06-05 17:57:23 +0200
committerCookie Engineer2020-06-05 17:57:23 +0200
commit20151bbdd0d5159e79017717bdc87b47a6f8b771 (patch)
treeb8cb0d380e11d171bf63900ac26cdfb14342e037
parent6bbd29f1f6138c9d9f9373d303f8c6bc2ffabe49 (diff)
downloadaur-20151bbdd0d5159e79017717bdc87b47a6f8b771.tar.gz
bug fix for new moviepy dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9fc257d11fe8..2a40ec4f7f5c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = instagram-scraper
makedepends = python-setuptools
depends = python-requests
depends = python-tqdm
+ depends = python-moviepy
source = https://files.pythonhosted.org/packages/source/i/instagram-scraper/instagram-scraper-1.9.0.tar.gz
sha512sums = d5429f743cf4a3fa443472de113c3df55cbfdde454260b0af382d4ae9a85d351dc22ed99ff1d6004b6b0ea3e453835abd4b0fef280c34aa69728d31a76197906
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')