summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoffrey2019-02-22 14:26:08 +0000
committerJoffrey2019-02-22 14:26:08 +0000
commit8f3900f20c4f516022e4e7a4be34ad4dc1da9be3 (patch)
treec0f5e8c69297152e3af9440e9750dcf3c69877e5
parent0a0b751c749cddb8ad6a0641e4c0f520f534c38a (diff)
downloadaur-8f3900f20c4f516022e4e7a4be34ad4dc1da9be3.tar.gz
updpkg: 0.5.10
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13717528381b..8cf357ddc9d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-django-simple-captcha
pkgdesc = Django application to add captcha images to any Django form
- pkgver = 0.5.8
+ pkgver = 0.5.10
pkgrel = 1
url = https://github.com/mbi/django-simple-captcha
arch = any
license = MIT
makedepends = python-setuptools
makedepends = python2-setuptools
- source = https://github.com/mbi/django-simple-captcha/archive/v0.5.8.tar.gz
- sha256sums = 2799b22bbfab562b6a799d850b53c33c916fcf0cb9b4300b95240c20256d5dab
+ source = https://github.com/mbi/django-simple-captcha/archive/v0.5.10.tar.gz
+ sha256sums = 31dbdaa819c8c40c20519c0d48e0b8059ca2ffc8bdfa671271f2f133c47be4cd
pkgname = python-django-simple-captcha
depends = python-django
diff --git a/PKGBUILD b/PKGBUILD
index f5d085c2b27c..7fa81966c2b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase='python-django-simple-captcha'
pkgname=('python-django-simple-captcha' 'python2-django-simple-captcha')
-pkgver='0.5.8'
+pkgver='0.5.10'
pkgrel=1
pkgdesc='Django application to add captcha images to any Django form'
arch=('any')
@@ -10,7 +10,7 @@ url='https://github.com/mbi/django-simple-captcha'
license=('MIT')
makedepends=('python-setuptools' 'python2-setuptools')
source=("https://github.com/mbi/django-simple-captcha/archive/v$pkgver.tar.gz")
-sha256sums=('2799b22bbfab562b6a799d850b53c33c916fcf0cb9b4300b95240c20256d5dab')
+sha256sums=('31dbdaa819c8c40c20519c0d48e0b8059ca2ffc8bdfa671271f2f133c47be4cd')
package_python-django-simple-captcha() {
depends=(