summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel M. Capella2019-12-27 13:12:14 -0500
committerDaniel M. Capella2019-12-27 13:12:14 -0500
commit272f12e5e215e2a449f7adf665f820557afa20fd (patch)
treed91fa5bea79b0ce7d22a5035b743e7fa808e64b9
parent82f368ceaf9de1be7da425d4b3d9098ceeb04aab (diff)
downloadaur-272f12e5e215e2a449f7adf665f820557afa20fd.tar.gz
2.4.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de99420aa863..6e53fbc5adfd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = instalooter
pkgdesc = Another API-less Instagram pictures and videos downloader
- pkgver = 2.4.1
+ pkgver = 2.4.2
pkgrel = 1
url = https://github.com/althonos/InstaLooter
arch = any
@@ -22,8 +22,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.4.1.tar.gz
- sha256sums = aa65caaff3b43bd05288476765282165c7ca78e9de2e8ab9b796977b73d0320a
+ source = https://files.pythonhosted.org/packages/source/i/instalooter/instalooter-2.4.2.tar.gz
+ sha256sums = 6de14955c3fc7ce7365e1d17dc0e41bcc56e3a3026322cf41925e83ab1dfb7b5
pkgname = instalooter
diff --git a/PKGBUILD b/PKGBUILD
index 539c4c9e34ce..82cb32755299 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel M. Capella <polyzen@archlinux.org>
pkgname=instalooter
-pkgver=2.4.1
+pkgver=2.4.2
pkgrel=1
pkgdesc='Another API-less Instagram pictures and videos downloader'
arch=('any')
@@ -15,7 +15,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")
-sha256sums=('aa65caaff3b43bd05288476765282165c7ca78e9de2e8ab9b796977b73d0320a')
+sha256sums=('6de14955c3fc7ce7365e1d17dc0e41bcc56e3a3026322cf41925e83ab1dfb7b5')
build() {
cd $pkgname-$pkgver