summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel M. Capella2018-04-03 23:44:33 -0400
committerDaniel M. Capella2018-04-03 23:44:33 -0400
commit5d0ae5624ea754a40e4eaa3c830a376147895e09 (patch)
tree6bbefcb7204484f7677f275a72e8a4a1bb56f7cf /PKGBUILD
parentf7cd2a4a44e50058f41146a7d4e726b136cc49c6 (diff)
downloadaur-5d0ae5624ea754a40e4eaa3c830a376147895e09.tar.gz
1.5.27
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 417cba217d0e..6435b1a7c6e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel M. Capella <polycitizen@gmail.com>
pkgname=instagram-scraper
-pkgver=1.5.26
+pkgver=1.5.27
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=('ea08aee5259028e3a39c73e77ef7680e6ed9b0dece7ded0f14e9c4a04f95afb2e3f4e046f494c89f0abcda7b687c9dfaef61879230bc784cf4de405af1dc47cd')
+sha512sums=('4b75836126b7585932bc1e7a8d4acbd1b7df1b19469b601863666bfcf82db3c6a3f722de0cb93d328a9d33bcf8b0b136d8ced0ea324d4e99d496be5eaacd62c4')
build() {
cd $pkgname-$pkgver