summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrejs Mivreņiks2017-04-08 19:54:08 +0300
committerAndrejs Mivreņiks2017-04-08 19:54:08 +0300
commit47860447c06027d762deba807069fb2aa85e4891 (patch)
tree671467041d2d87b5af40d73135c45e0ef8b6c14e /PKGBUILD
parent504841c5b1639f9233159f22e0d05035453fc5f5 (diff)
downloadaur-47860447c06027d762deba807069fb2aa85e4891.tar.gz
Update: 1.11
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c08abbead98b..ee7276b47a16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andrejs Mivreņiks <gim at fastmail dot fm>
# Contributor: Apkawa <apkawa at gmail dot com>
pkgname=django-docs
-pkgver=1.10
+pkgver=1.11
pkgrel=1
pkgdesc="Docs for Django's release"
arch=('any')
@@ -12,7 +12,7 @@ source=("https://docs.djangoproject.com/m/docs/django-docs-${pkgver}-en.zip")
noextract=("django-docs-${pkgver}-en.zip")
# They make minor changes to the ZIP archive contents every now and then,
# so we have to skip hash sum check.
-sha256sums=('SKIP')
+sha256sums=('e4f1bba4c829af55af7d0f116243acacd7b824865aaf686a043cf39f34d2746e')
prepare() {
unzip "django-docs-${pkgver}-en.zip" -d "$srcdir/html"