summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel M. Capella2019-12-12 00:42:53 -0500
committerDaniel M. Capella2019-12-12 00:42:53 -0500
commit82f368ceaf9de1be7da425d4b3d9098ceeb04aab (patch)
treea080f40fd29864fba0876e2e3990e78edc6f660b
parent969744efe7706e5bc55146048a747bcdfd78bb5e (diff)
downloadaur-82f368ceaf9de1be7da425d4b3d9098ceeb04aab.tar.gz
2.4.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 128a2ad69061..de99420aa863 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = instalooter
pkgdesc = Another API-less Instagram pictures and videos downloader
- pkgver = 2.4.0
+ pkgver = 2.4.1
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.0.tar.gz
- sha256sums = 7a50cea27bb813a5907f9377ed1faf144800cd3ffdd4d0a3c875f347f21d670e
+ source = https://files.pythonhosted.org/packages/source/i/instalooter/instalooter-2.4.1.tar.gz
+ sha256sums = aa65caaff3b43bd05288476765282165c7ca78e9de2e8ab9b796977b73d0320a
pkgname = instalooter
diff --git a/PKGBUILD b/PKGBUILD
index ed5e670ba900..539c4c9e34ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel M. Capella <polyzen@archlinux.org>
pkgname=instalooter
-pkgver=2.4.0
+pkgver=2.4.1
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=('7a50cea27bb813a5907f9377ed1faf144800cd3ffdd4d0a3c875f347f21d670e')
+sha256sums=('aa65caaff3b43bd05288476765282165c7ca78e9de2e8ab9b796977b73d0320a')
build() {
cd $pkgname-$pkgver