diff options
author | Joffrey | 2025-03-21 14:21:02 +0100 |
---|---|---|
committer | Joffrey | 2025-03-21 14:21:02 +0100 |
commit | 46bc9b984afc863648a5fe9716f475552d4b2f53 (patch) | |
tree | b06a97aa4996fdd168fa92e47b4109b76097e899 | |
parent | 37528406b09c86a9c46e6632ba641a76bf72cba7 (diff) | |
download | aur-46bc9b984afc863648a5fe9716f475552d4b2f53.tar.gz |
updpkg: 0.6.2
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 7 insertions, 7 deletions
@@ -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 @@ -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" |