summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel M. Capella2018-09-05 11:15:40 -0400
committerDaniel M. Capella2018-09-05 11:15:45 -0400
commit6a26dbaf316df43eaa173db09dfb4e1c9704b55d (patch)
tree077dd47e3321aadbfcf7edff78fb6a4925706937
parent6c86c6eea21328218edcbcd4e16a04b24bda52f8 (diff)
downloadaur-6a26dbaf316df43eaa173db09dfb4e1c9704b55d.tar.gz
2.3.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c88d3558a757..5b19e7eaf922 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Aug 19 19:32:57 UTC 2018
+# Wed Sep 5 15:15:36 UTC 2018
pkgbase = instalooter
pkgdesc = Another API-less Instagram pictures and videos downloader
- pkgver = 2.2.0
+ pkgver = 2.3.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.2.0.tar.gz
- sha512sums = 2d15902c57d43cc754b66e9a42d432baf3d0f9f861a368fc8c865c5e93ad61b4c01a2625bcf923987aee1cb5b2853c759d8c0ea86be958a0b90712811e96c982
+ source = https://files.pythonhosted.org/packages/source/i/instalooter/instalooter-2.3.0.tar.gz
+ sha512sums = b9bbf6b4befe745ec731cf572adf0a2881b5a8f231fc8f287705e1c843ca7a0bb43e5687385de8075ca6fca2e528bd92674de26ba6620e860b397456130ddd29
pkgname = instalooter
diff --git a/PKGBUILD b/PKGBUILD
index ec2afc1375df..a66f89df1934 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel M. Capella <polycitizen@gmail.com>
pkgname=instalooter
-pkgver=2.2.0
+pkgver=2.3.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=('2d15902c57d43cc754b66e9a42d432baf3d0f9f861a368fc8c865c5e93ad61b4c01a2625bcf923987aee1cb5b2853c759d8c0ea86be958a0b90712811e96c982')
+sha512sums=('b9bbf6b4befe745ec731cf572adf0a2881b5a8f231fc8f287705e1c843ca7a0bb43e5687385de8075ca6fca2e528bd92674de26ba6620e860b397456130ddd29')
build() {
cd $pkgname-$pkgver