summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoffrey2018-06-29 11:34:14 +0000
committerJoffrey2018-06-29 11:34:14 +0000
commit0a0b751c749cddb8ad6a0641e4c0f520f534c38a (patch)
tree828212840556840a95a99ef827e88387ce8d3df8
parent326a4cbfb1bfb208f6120883a6343fd450f1570f (diff)
downloadaur-0a0b751c749cddb8ad6a0641e4c0f520f534c38a.tar.gz
updpkg: 0.5.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 66219a650dfe..13717528381b 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.7
+ pkgver = 0.5.8
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.7.tar.gz
- sha256sums = 784a27dc8bfec5cafe9adc65cc89d12286430c3a9b456c6f0b2e18ffcf892648
+ source = https://github.com/mbi/django-simple-captcha/archive/v0.5.8.tar.gz
+ sha256sums = 2799b22bbfab562b6a799d850b53c33c916fcf0cb9b4300b95240c20256d5dab
pkgname = python-django-simple-captcha
depends = python-django
diff --git a/PKGBUILD b/PKGBUILD
index c95cbf372dec..f5d085c2b27c 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.7'
+pkgver='0.5.8'
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=('784a27dc8bfec5cafe9adc65cc89d12286430c3a9b456c6f0b2e18ffcf892648')
+sha256sums=('2799b22bbfab562b6a799d850b53c33c916fcf0cb9b4300b95240c20256d5dab')
package_python-django-simple-captcha() {
depends=(