summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel M. Capella2018-08-19 15:33:00 -0400
committerDaniel M. Capella2018-08-19 15:33:00 -0400
commit6c86c6eea21328218edcbcd4e16a04b24bda52f8 (patch)
tree626c774d6532eca1423f823f35198ad25f8c6649
parent756988744c7eb8341a20dfe74fd02ed0e3359a1c (diff)
downloadaur-6c86c6eea21328218edcbcd4e16a04b24bda52f8.tar.gz
2.2.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed5d8d3f8c05..c88d3558a757 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Jul 31 20:09:51 UTC 2018
+# Sun Aug 19 19:32:57 UTC 2018
pkgbase = instalooter
pkgdesc = Another API-less Instagram pictures and videos downloader
- pkgver = 2.1.0
+ pkgver = 2.2.0
pkgrel = 1
url = https://github.com/althonos/InstaLooter
arch = any
@@ -18,8 +18,8 @@ pkgbase = instalooter
depends = python-tenacity
depends = python-tqdm
depends = python-verboselogs
- source = https://files.pythonhosted.org/packages/source/i/instalooter/instalooter-2.1.0.tar.gz
- sha512sums = 5c91bdc84bf3b6d2f5c0e936ff44bd67ecf787a588bd1865e43cb73bdedb2473695ca5d7318f58f9b7cd57ca54b85df15c0b991ce05a75be571512afbe627fd9
+ source = https://files.pythonhosted.org/packages/source/i/instalooter/instalooter-2.2.0.tar.gz
+ sha512sums = 2d15902c57d43cc754b66e9a42d432baf3d0f9f861a368fc8c865c5e93ad61b4c01a2625bcf923987aee1cb5b2853c759d8c0ea86be958a0b90712811e96c982
pkgname = instalooter
diff --git a/PKGBUILD b/PKGBUILD
index 4fd1ff278ab0..ec2afc1375df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel M. Capella <polycitizen@gmail.com>
pkgname=instalooter
-pkgver=2.1.0
+pkgver=2.2.0
pkgrel=1
pkgdesc='Another API-less Instagram pictures and videos downloader'
arch=('any')
@@ -12,7 +12,7 @@ depends=('python-coloredlogs' 'python-dateutil' 'python-docopt'
'python-tenacity' 'python-tqdm' 'python-verboselogs')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
-sha512sums=('5c91bdc84bf3b6d2f5c0e936ff44bd67ecf787a588bd1865e43cb73bdedb2473695ca5d7318f58f9b7cd57ca54b85df15c0b991ce05a75be571512afbe627fd9')
+sha512sums=('2d15902c57d43cc754b66e9a42d432baf3d0f9f861a368fc8c865c5e93ad61b4c01a2625bcf923987aee1cb5b2853c759d8c0ea86be958a0b90712811e96c982')
build() {
cd $pkgname-$pkgver