summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndré Koch-Kramer2019-04-02 17:12:53 +0200
committerAndré Koch-Kramer2019-04-02 17:12:53 +0200
commit034cde768f5161c3ff700885bd38a29613a4df46 (patch)
tree8d2cbf82bc8b6e6eccf925dca76bff483a1b9b76
parentcdeb70ed13bc03daac2979738508983cf4f35c55 (diff)
downloadaur-034cde768f5161c3ff700885bd38a29613a4df46.tar.gz
Add missing integrity check hash
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1856f2ddb384..68979bb2fce6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,6 +12,7 @@ depends=('python>=3.5' 'python-requests>=2.4')
makedepends=('python-setuptools')
options=('!emptydirs')
source=($pkgname-$pkgver.tar.gz::https://codeload.github.com/instaloader/instaloader/tar.gz/v$pkgver)
+sha512sums=('26b3d9a6f11c47566bf4e85db0312c000b13a89a353776a81fb9bd57ae5777442dcb03616a1a00bdc31acf70dd554feb836eb9b388f160edf87147398ed4e173')
build() {
cd "$srcdir/$pkgname-$pkgver"