summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoffrey2023-12-23 12:54:15 +0100
committerJoffrey2023-12-23 12:54:15 +0100
commit29cb86a6b239f9fcf5f40d6e2ee24946e05f810f (patch)
treedb1ea30a48e98e166195eaec98a7e8e5ec1a95cc
parent9e6927fb1e05b7d951a4b544e5fa025f233cb388 (diff)
downloadaur-python-django-simple-captcha.tar.gz
updpkg: 0.6.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a02d5f0a49b3..f334e1d29976 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-django-simple-captcha
pkgdesc = Django application to add captcha images to any Django form
- pkgver = 0.5.17
+ pkgver = 0.6.0
pkgrel = 1
url = https://github.com/mbi/django-simple-captcha
arch = any
@@ -10,7 +10,7 @@ pkgbase = python-django-simple-captcha
depends = python-six
depends = python-pillow
depends = python-django-ranged-response
- source = python-django-simple-captcha-0.5.17.tar.gz::https://github.com/mbi/django-simple-captcha/archive/v0.5.17.tar.gz
- sha256sums = c423960aa353b68b5cfe5b1a34be696e07c4e7b55d63552e070ab9d41915edbf
+ source = python-django-simple-captcha-0.6.0.tar.gz::https://github.com/mbi/django-simple-captcha/archive/v0.6.0.tar.gz
+ sha256sums = 0b798d7572df98330c9975cd343a229b787d30bf9fdb8b852b307b5073af0ed0
pkgname = python-django-simple-captcha
diff --git a/PKGBUILD b/PKGBUILD
index 7c62be14a9ca..1d68726d9721 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Joffrey <j-off@live.fr>
pkgname='python-django-simple-captcha'
-pkgver=0.5.17
+pkgver=0.6.0
pkgrel=1
pkgdesc='Django application to add captcha images to any Django form'
arch=('any')
@@ -15,7 +15,7 @@ depends=(
)
makedepends=('python-setuptools')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('c423960aa353b68b5cfe5b1a34be696e07c4e7b55d63552e070ab9d41915edbf')
+sha256sums=('0b798d7572df98330c9975cd343a229b787d30bf9fdb8b852b307b5073af0ed0')
package() {
cd "$srcdir/django-simple-captcha-$pkgver"