summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Arias2020-05-01 17:37:18 +0200
committerPablo Arias2020-05-01 17:37:18 +0200
commit31dd99c342332806f22ac842e550c115dd94fced (patch)
tree7ceb8ac39bec98fb3cc3d80e69ae029bd681056d
parent776776e41ae8d9aae822db501b6068358b1f037b (diff)
downloadaur-31dd99c342332806f22ac842e550c115dd94fced.tar.gz
Upgrade to version 2.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0335faf79d1d..cee82f1e645c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = imgp
pkgdesc = Multi-core batch image resizer and rotator
- pkgver = 2.6
+ pkgver = 2.7
pkgrel = 1
url = https://github.com/jarun/imgp
arch = any
@@ -8,8 +8,8 @@ pkgbase = imgp
depends = python
depends = python-pillow
conflicts = imgp-git
- source = https://github.com/jarun/imgp/archive/v2.6.tar.gz
- sha256sums = f79d35b4337269b51f166e80a5e8e39f08f33f7843733d3ed85795bbe1eea799
+ source = https://github.com/jarun/imgp/archive/v2.7.tar.gz
+ sha256sums = 362f9fab7eaf4c53438e12f32477329c970bd7348181c243ffa30326e231acf7
pkgname = imgp
diff --git a/PKGBUILD b/PKGBUILD
index 1004e6457f13..c99cd1fa3f35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=imgp
_pkgauthor=jarun
-pkgver=2.6
+pkgver=2.7
pkgrel=1
pkgdesc="Multi-core batch image resizer and rotator"
arch=('any')
@@ -14,7 +14,7 @@ license=('GPL3')
depends=('python' 'python-pillow')
source=("https://github.com/${_pkgauthor}/${pkgname}/archive/v$pkgver.tar.gz")
conflicts=('imgp-git')
-sha256sums=('f79d35b4337269b51f166e80a5e8e39f08f33f7843733d3ed85795bbe1eea799')
+sha256sums=('362f9fab7eaf4c53438e12f32477329c970bd7348181c243ffa30326e231acf7')
package() {
make -C "${pkgname}-$pkgver" DESTDIR="${pkgdir}" PREFIX="/usr" install