summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 43d2dbd5f39e..9df103252a1b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-image
pkgdesc = Django application that provides editing for images and videos
- pkgver = 1.5.32
+ pkgver = 1.5.33
pkgrel = 1
url = https://github.com/francescortiz/image
arch = any
@@ -10,8 +10,8 @@ pkgbase = python-image
depends = python-requests
depends = python-django
optdepends = ffmpeg: For video thumbnails
- source = python-image-1.5.32.tar.gz::https://files.pythonhosted.org/packages/source/i/image/image-1.5.32.tar.gz
- sha256sums = 4e0f4926fd5abc6b7c66142798cb381b36d8f18f3b9a553930defe7f4991e43b
+ source = python-image-1.5.33.tar.gz::https://files.pythonhosted.org/packages/source/i/image/image-1.5.33.tar.gz
+ sha256sums = baa2e09178277daa50f22fd6d1d51ec78f19c12688921cb9ab5808743f097126
pkgname = python-image
diff --git a/PKGBUILD b/PKGBUILD
index e3a3ef65770d..47c1924ac19e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Brett Cornwall <ainola@archlinux.org>
pkgname=python-image
-pkgver=1.5.32
+pkgver=1.5.33
pkgrel=1
pkgdesc="Django application that provides editing for images and videos"
arch=('any')
@@ -11,7 +11,7 @@ makedepends=('python-setuptools')
depends=('python-pillow' 'python-requests' 'python-django')
optdepends=('ffmpeg: For video thumbnails')
source=("$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/i/image/image-$pkgver.tar.gz")
-sha256sums=('4e0f4926fd5abc6b7c66142798cb381b36d8f18f3b9a553930defe7f4991e43b')
+sha256sums=('baa2e09178277daa50f22fd6d1d51ec78f19c12688921cb9ab5808743f097126')
build() {
cd "image-$pkgver"