summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel M. Capella2018-05-30 11:06:21 -0400
committerDaniel M. Capella2018-05-30 11:06:21 -0400
commit4b4019c1efc442f8c88811edb1fca2beee7a0bba (patch)
tree505ae8e0c73a210753abee13933dfcbf4a5886e2
parent5ab29c7bcd8ca143b816a23fc50f6f713042df74 (diff)
downloadaur-4b4019c1efc442f8c88811edb1fca2beee7a0bba.tar.gz
2.0.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7afae03db784..1d90afb43f17 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun May 27 19:46:59 UTC 2018
+# Wed May 30 15:06:18 UTC 2018
pkgbase = instalooter
pkgdesc = Another API-less Instagram pictures and videos downloader
- pkgver = 2.0.2
+ pkgver = 2.0.3
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.0.2.tar.gz
- sha512sums = 1c38fa3bbf017ebb7510b52c67f35adbcdf8410be1d1870a064fada0e1e113b3f67afafe55f76d83307008801f458a0dd0f5be7f39d8840b89bee8012bfe5b76
+ source = https://files.pythonhosted.org/packages/source/i/instalooter/instalooter-2.0.3.tar.gz
+ sha512sums = f73ad20afacf91c1f55de8a764a2eab9a24805985c9ea8986107f0482c31d99205fb8c8b518b06d8786ca1f1e8506fcc419520a49e3f1426cad90f728994c469
pkgname = instalooter
diff --git a/PKGBUILD b/PKGBUILD
index 8397a6988a30..f1104360a8ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel M. Capella <polycitizen@gmail.com>
pkgname=instalooter
-pkgver=2.0.2
+pkgver=2.0.3
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=('1c38fa3bbf017ebb7510b52c67f35adbcdf8410be1d1870a064fada0e1e113b3f67afafe55f76d83307008801f458a0dd0f5be7f39d8840b89bee8012bfe5b76')
+sha512sums=('f73ad20afacf91c1f55de8a764a2eab9a24805985c9ea8986107f0482c31d99205fb8c8b518b06d8786ca1f1e8506fcc419520a49e3f1426cad90f728994c469')
build() {
cd $pkgname-$pkgver