summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrett Cornwall2020-05-26 19:25:24 -0700
committerBrett Cornwall2020-05-26 19:25:24 -0700
commitde6162c24dc3448c13675f0befaeba3ee74d80e6 (patch)
treec34b5c5471b39c982043a84b41735828ab48871f
parent56ab733ef54534c93db1e7c5d6f58cb052fed2fa (diff)
downloadaur-de6162c24dc3448c13675f0befaeba3ee74d80e6.tar.gz
upgpkg: 1.5.32
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d092e9eef8ee..43d2dbd5f39e 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.29
+ pkgver = 1.5.32
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.29.tar.gz::https://files.pythonhosted.org/packages/source/i/image/image-1.5.29.tar.gz
- sha256sums = 4960226156fe7d3c7f2e8db5efe3deda58481a46daa7a1c26fbc0fa1f5654cc4
+ source = python-image-1.5.32.tar.gz::https://files.pythonhosted.org/packages/source/i/image/image-1.5.32.tar.gz
+ sha256sums = 4e0f4926fd5abc6b7c66142798cb381b36d8f18f3b9a553930defe7f4991e43b
pkgname = python-image
diff --git a/PKGBUILD b/PKGBUILD
index bab050891b82..e3a3ef65770d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-# Maintainer: Ainola
+# Maintainer: Brett Cornwall <ainola@archlinux.org>
pkgname=python-image
-pkgver=1.5.29
+pkgver=1.5.32
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=('4960226156fe7d3c7f2e8db5efe3deda58481a46daa7a1c26fbc0fa1f5654cc4')
+sha256sums=('4e0f4926fd5abc6b7c66142798cb381b36d8f18f3b9a553930defe7f4991e43b')
build() {
cd "image-$pkgver"