summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 067987515dee..04095c853c18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
# Maintainer: Cookie Engineer <cookiengineer@protonmail.ch>
+# Former Maintainer: Daniel M. Capella <polycitizen@gmail.com>
pkgname=instagram-scraper
-pkgver=1.5.36
+pkgver=1.5.38
pkgrel=1
pkgdesc="Scrapes and downloads an instagram user's photos and videos"
arch=('any')
@@ -10,7 +11,7 @@ license=('custom:Public domain')
depends=('python-requests' 'python-tqdm')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
-sha512sums=('4e3adca3dbb8d0cd8cd4299b7e490cea7814c49156190949c0d6ea8dcfd2222a73fddd3a6a7abab3e8de48318fbe75a2c841291a4219092d605ddc389ea92974')
+sha512sums=('6c75ebd658a4bb59b5fd156725340ab1d82a4299d640524c9ea1eb947bf27b4a362fcc46cbfcc665caa1c30ccdce8f73588f7599c32a6ef7f4e261eeb09c67d4')
build() {
cd $pkgname-$pkgver