summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrett Cornwall2020-04-18 08:30:54 -0700
committerBrett Cornwall2020-04-18 08:30:54 -0700
commit56ab733ef54534c93db1e7c5d6f58cb052fed2fa (patch)
tree45ee0ee0fdcdf2b9c9f3a60f814ff2c9aa4526b4
parent7469949a93526c5487e89009ca49c3ed70ccd6c8 (diff)
downloadaur-56ab733ef54534c93db1e7c5d6f58cb052fed2fa.tar.gz
upgpkg: 1.5.29
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 708909e80163..d092e9eef8ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-image
pkgdesc = Django application that provides editing for images and videos
- pkgver = 1.5.27
- pkgrel = 2
+ pkgver = 1.5.29
+ pkgrel = 1
url = https://github.com/francescortiz/image
arch = any
license = BSD
@@ -10,8 +10,8 @@ pkgbase = python-image
depends = python-requests
depends = python-django
optdepends = ffmpeg: For video thumbnails
- source = python-image-1.5.27.tar.gz::https://files.pythonhosted.org/packages/source/i/image/image-1.5.27.tar.gz
- sha256sums = 3f0ea15fb523c68a08098153bb06f4a8913300277e11b61c5e71fdd57b243783
+ source = python-image-1.5.29.tar.gz::https://files.pythonhosted.org/packages/source/i/image/image-1.5.29.tar.gz
+ sha256sums = 4960226156fe7d3c7f2e8db5efe3deda58481a46daa7a1c26fbc0fa1f5654cc4
pkgname = python-image
diff --git a/PKGBUILD b/PKGBUILD
index a702f9f1ecb2..bab050891b82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Ainola
pkgname=python-image
-pkgver=1.5.27
-pkgrel=2
+pkgver=1.5.29
+pkgrel=1
pkgdesc="Django application that provides editing for images and videos"
arch=('any')
url="https://github.com/francescortiz/image"
@@ -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=('3f0ea15fb523c68a08098153bb06f4a8913300277e11b61c5e71fdd57b243783')
+sha256sums=('4960226156fe7d3c7f2e8db5efe3deda58481a46daa7a1c26fbc0fa1f5654cc4')
build() {
cd "image-$pkgver"