summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndré Koch-Kramer2018-04-18 21:08:10 +0200
committerAndré Koch-Kramer2018-04-18 21:08:10 +0200
commit22cf60c644092cb5f907a801c77082a6f5a0f1d6 (patch)
treec0cd0f27e420f980a9d93164db5574e5ee57da9a
parent1be09f6455c408d685756a7001173346953e8b4d (diff)
downloadaur-22cf60c644092cb5f907a801c77082a6f5a0f1d6.tar.gz
Release of version 3.3.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03e0d456c463..4e222b4bba8b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = instaloader
pkgdesc = Command line tool to download pictures, videos and metadata from Instagram
- pkgver = 3.3.8
+ pkgver = 3.3.9
pkgrel = 1
url = https://instaloader.github.io/
arch = any
@@ -9,7 +9,7 @@ pkgbase = instaloader
depends = python>=3.5
depends = python-requests>=2.4
options = !emptydirs
- source = instaloader-3.3.8.tar.gz::https://codeload.github.com/instaloader/instaloader/tar.gz/v3.3.8
- sha512sums = 9016e3df2f4e20f49ea4f49db8ac1df2ede49748299dc4122637289e0edc718634176188e4f4ecb955964e99fbd858268ff018698a503eb58efbd7d02b7f4333
+ source = instaloader-3.3.9.tar.gz::https://codeload.github.com/instaloader/instaloader/tar.gz/v3.3.9
+ sha512sums = 99fbada19294dbb0734f0c458d871a048f8184fc308e70a809fea27ea39786bc3946a120ed25ba652c92473cecd7cb911590f28be039b1b687af55e45ddf3827
pkgname = instaloader
diff --git a/PKGBUILD b/PKGBUILD
index 513eabeed47c..aa4698af9a34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: André Koch-Kramer <koch-kramer@web.de>
pkgname=instaloader
-pkgver=3.3.8
+pkgver=3.3.9
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=('9016e3df2f4e20f49ea4f49db8ac1df2ede49748299dc4122637289e0edc718634176188e4f4ecb955964e99fbd858268ff018698a503eb58efbd7d02b7f4333')
+sha512sums=('99fbada19294dbb0734f0c458d871a048f8184fc308e70a809fea27ea39786bc3946a120ed25ba652c92473cecd7cb911590f28be039b1b687af55e45ddf3827')
build() {
cd "$srcdir/$pkgname-$pkgver"