summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel M. Capella2018-03-13 21:06:17 -0400
committerDaniel M. Capella2018-03-13 21:06:17 -0400
commitf342a4356ec267bf172499a59a256a9245ae48a6 (patch)
tree9bd5133e1074b04109dc9fbf5d80553811800915 /PKGBUILD
parente998e0632808e0323a1b278cfa2fa845ffefdc14 (diff)
downloadaur-f342a4356ec267bf172499a59a256a9245ae48a6.tar.gz
1.5.23
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7212595114aa..658a091a09b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel M. Capella <polycitizen@gmail.com>
pkgname=instagram-scraper
-pkgver=1.5.20
+pkgver=1.5.23
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=('9ef554cf3668fb60fadea1d48c1f651fac05686939309fb0b6d9fd66aa8008c9db04929c9d557ca3156f4161a8257a270f2f4628289b725fbc04fcb35ea8c4aa')
+sha512sums=('55aace94b15ffdda038906ef97ff9bd6cb7f290e7cc2e8f18c38ad8b4415a120612d1219b6ab43ef2f4f263156afc9bd824bb7834f284ce50f777fba253b83f9')
build() {
cd $pkgname-$pkgver