summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoffrey2025-03-21 14:21:02 +0100
committerJoffrey2025-03-21 14:21:02 +0100
commit46bc9b984afc863648a5fe9716f475552d4b2f53 (patch)
treeb06a97aa4996fdd168fa92e47b4109b76097e899
parent37528406b09c86a9c46e6632ba641a76bf72cba7 (diff)
downloadaur-46bc9b984afc863648a5fe9716f475552d4b2f53.tar.gz
updpkg: 0.6.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 49e2f1808c9d..4f16be5728fb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-django-simple-captcha
pkgdesc = Django application to add captcha images to any Django form
- pkgver = 0.6.0
- pkgrel = 2
+ pkgver = 0.6.2
+ pkgrel = 1
url = https://github.com/mbi/django-simple-captcha
arch = any
license = MIT
@@ -13,7 +13,7 @@ pkgbase = python-django-simple-captcha
depends = python-six
depends = python-pillow
depends = python-django-ranged-response
- 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
+ source = python-django-simple-captcha-0.6.2.tar.gz::https://github.com/mbi/django-simple-captcha/archive/v0.6.2.tar.gz
+ sha256sums = 43a27e41be5f1390fc7b5ce7ae8b815460d5c3ee6532fca62870df9845634807
pkgname = python-django-simple-captcha
diff --git a/PKGBUILD b/PKGBUILD
index 2b119236f49a..f70fea797112 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Joffrey <j-off@live.fr>
pkgname='python-django-simple-captcha'
-pkgver=0.6.0
-pkgrel=2
+pkgver=0.6.2
+pkgrel=1
pkgdesc='Django application to add captcha images to any Django form'
arch=('any')
url='https://github.com/mbi/django-simple-captcha'
@@ -20,7 +20,7 @@ makedepends=(
'python-wheel'
)
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('0b798d7572df98330c9975cd343a229b787d30bf9fdb8b852b307b5073af0ed0')
+sha256sums=('43a27e41be5f1390fc7b5ce7ae8b815460d5c3ee6532fca62870df9845634807')
build() {
cd "$srcdir/django-simple-captcha-$pkgver"