summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b2a0f5a595f1..62231fdb9dba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: getzze <getzze at gmail dot com>
pkgname=('python-django-versatile-imagefield' 'python2-django-versatile-imagefield')
-pkgver=1.9
+pkgver=1.10
pkgrel=1
pkgdesc="Drop-in replacement for django's ImageField, provides a flexible, intuitive and easily-extensible interface"
arch=(any)
@@ -9,7 +9,7 @@ url="https://github.com/respondcreate/django-versatileimagefield"
license=('MIT')
options=(!emptydirs)
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('07b0c6eb2d6c95b08ac5e4c471d500a9bb409f29194876bc84c3607c4299a8b4')
+sha256sums=('2f9a846731e10464ca99f1b3cde97d9fc7b432e81134e43f5b377945853abaa4')
makedepends=('python-setuptools' 'python2-setuptools')
prepare() {