summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorluxcem2020-09-09 11:11:02 +0200
committerluxcem2020-09-09 11:11:02 +0200
commit5b671efbf8a65bf1b529359529dc07605845b98b (patch)
tree6dd0534d910177bb441ea93d0069692e29679169
parent6c13c3de89c542ebcd15d82a5efbc884da358494 (diff)
downloadaur-5b671efbf8a65bf1b529359529dc07605845b98b.tar.gz
Update to 3.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b7254f727c7..230e47b1140e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = django-docs
pkgdesc = Docs for Django's release
- pkgver = 3.0
+ pkgver = 3.1
pkgrel = 1
url = https://docs.djangoproject.com/en/
arch = any
license = GPL
makedepends = unzip
- noextract = django-docs-3.0-en.zip
- source = https://media.djangoproject.com/docs/django-docs-3.0-en.zip
+ noextract = django-docs-3.1-en.zip
+ source = https://media.djangoproject.com/docs/django-docs-3.1-en.zip
sha256sums = SKIP
pkgname = django-docs
diff --git a/PKGBUILD b/PKGBUILD
index 46af693e8ecb..2fc9a7e1b7c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Andrejs Mivreņiks <gim at fastmail dot fm>
# Contributor: Apkawa <apkawa at gmail dot com>
pkgname=django-docs
-pkgver=3.0
+pkgver=3.1
pkgrel=1
pkgdesc="Docs for Django's release"
arch=('any')