summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5eeef7797342..4a32b2d31fa8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: André Koch-Kramer <koch-kramer@web.de>
pkgname=instaloader
-pkgver=4.2.9
+pkgver=4.2.10
pkgrel=1
pkgdesc="Command line tool to download pictures, videos and metadata from Instagram"
arch=('any')
@@ -12,7 +12,7 @@ depends=('python>=3.5' 'python-requests>=2.4')
makedepends=('python-setuptools')
options=('!emptydirs')
source=($pkgname-$pkgver.tar.gz::https://codeload.github.com/instaloader/instaloader/tar.gz/v$pkgver)
-sha512sums=('ef30b06dc38fb873b26d41bd71abcd885e22a6054fe2328d9a833f008ced8633d458204af620069c1674fdba165578f603472df36fbb23bc139c24f32f7a8ed9')
+sha512sums=('8e115a66d4dae4c823bc043af78a175507e203f4336e7e161fff4f43178402a7060c1861687fbc56401089fece0a238eacdb71683ffd6c5b3265864d58edcfe5')
build() {
cd "$srcdir/$pkgname-$pkgver"