summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIlias Stamatis2018-04-16 18:19:39 +0300
committerIlias Stamatis2018-04-16 18:19:39 +0300
commite5a842e54eb78423433ccae86f8ff8f14237001f (patch)
tree5ab6cd9af078e73acaa7bc74e2901ae14538d8fb /PKGBUILD
parent2c32fc3982f409f3a3ca4f01210c512785c9ba7a (diff)
downloadaur-e5a842e54eb78423433ccae86f8ff8f14237001f.tar.gz
version 2.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f8b8fad063dd..bf6095fd1e9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Chris Down <chris at chrisdown dot name>
pkgname=django-registration
-pkgver=2.2
+pkgver=2.4
pkgrel=1
pkgdesc="A simple, generic user-registration application for Django"
arch=('any')
@@ -12,7 +12,7 @@ url='https://github.com/macropin/django-registration'
license=('BSD')
depends=('python-django')
source=("https://github.com/macropin/django-registration/archive/v${pkgver}.tar.gz")
-sha256sums=('87db2e03843ce214b344281d98de0a92899f58f53f0476cabb97d0b8f8624ffa')
+sha256sums=('ff3c01ca599875b180de8e1bd3316dab719b2d3f80b2400bf1447b25e48dcee4')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"