summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel M. Capella2018-03-23 21:17:42 -0400
committerDaniel M. Capella2018-03-23 21:17:42 -0400
commitb70c157fdb9684e14408eb657fb56a0679dc2e22 (patch)
tree25cd0dd06537578d6975f34d50d19b3f1eca8966 /PKGBUILD
parent450798767df3ed67da3947812ff5b9dc0ab00958 (diff)
downloadaur-b70c157fdb9684e14408eb657fb56a0679dc2e22.tar.gz
1.5.25
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 74b722a61d65..685b10bc046e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel M. Capella <polycitizen@gmail.com>
pkgname=instagram-scraper
-pkgver=1.5.24
+pkgver=1.5.25
pkgrel=1
pkgdesc="Scrapes and downloads an instagram user's photos and videos"
arch=('any')
@@ -11,7 +11,7 @@ depends=('python-requests' 'python-tqdm')
makedepends=('python-setuptools')
checkdepends=('python-nose' 'python-requests-mock')
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
-sha512sums=('a62ec2b0017ca233b795ff3336fbc7ec06f73660ceffc9bf55671fcc9753212c040090fc50a7b75b0fdaf917422dcb48add376f81fa8161925cee75e02cad2b3')
+sha512sums=('a7b210191c0b2f7c18c6470d0b70e5dcd9b3adfc3fb5cd2ce3eeca4e04124aade7b5d3111fcb576ca52f89e67c6dc44a87e5d97b5fd57ccdf74e2e9f67ecb34f')
build() {
cd $pkgname-$pkgver