summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel M. Capella2019-02-22 16:42:58 -0500
committerDaniel M. Capella2019-02-22 16:42:58 -0500
commit40ac9af630c9c5d2b8aed2523c0cf672eb2e822d (patch)
tree9f44a0929f7ada15154484d23720c13c4ddfa235
parentf4ea93d2d975bd7d24356e3ad1f7e38f8f07b605 (diff)
downloadaur-40ac9af630c9c5d2b8aed2523c0cf672eb2e822d.tar.gz
2.3.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d694cb2019ea..33bcae670640 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = instalooter
pkgdesc = Another API-less Instagram pictures and videos downloader
- pkgver = 2.3.3
+ pkgver = 2.3.4
pkgrel = 1
url = https://github.com/althonos/InstaLooter
arch = any
@@ -23,8 +23,8 @@ pkgbase = instalooter
depends = python-verboselogs
optdepends = python-piexif: to add EXIF metadata to downloaded pictures
optdepends = python-pillow: to add EXIF metadata to downloaded pictures
- source = https://files.pythonhosted.org/packages/source/i/instalooter/instalooter-2.3.3.tar.gz
- sha512sums = 9138674bd6ec1a4976f00fdaa6be44913a1d100bb8bd8f547aeb2d50e8db9267eb458f6a85226c91bae9bf840b7624c9547c5bb539ce2dcff23da693238d17cd
+ source = https://files.pythonhosted.org/packages/source/i/instalooter/instalooter-2.3.4.tar.gz
+ sha512sums = ce9b47cbe0d8c182c26ca5943a5312b5401e20a664a3af0f2b5d564cbfb15c9645f915c55aee1d18f260a6ab35895759bebf4e397a529d758c83caa2b58856db
pkgname = instalooter
diff --git a/PKGBUILD b/PKGBUILD
index b8a51fa4d66e..d04cf0256399 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel M. Capella <polyzen@archlinux.org>
pkgname=instalooter
-pkgver=2.3.3
+pkgver=2.3.4
pkgrel=1
pkgdesc='Another API-less Instagram pictures and videos downloader'
arch=('any')
@@ -16,7 +16,7 @@ checkdepends=('python-contexter' 'python-mock' 'python-parameterized'
optdepends=('python-piexif: to add EXIF metadata to downloaded pictures'
'python-pillow: to add EXIF metadata to downloaded pictures')
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
-sha512sums=('9138674bd6ec1a4976f00fdaa6be44913a1d100bb8bd8f547aeb2d50e8db9267eb458f6a85226c91bae9bf840b7624c9547c5bb539ce2dcff23da693238d17cd')
+sha512sums=('ce9b47cbe0d8c182c26ca5943a5312b5401e20a664a3af0f2b5d564cbfb15c9645f915c55aee1d18f260a6ab35895759bebf4e397a529d758c83caa2b58856db')
build() {
cd $pkgname-$pkgver