summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Arias2018-10-21 10:59:31 +0200
committerPablo Arias2018-10-21 10:59:31 +0200
commit776776e41ae8d9aae822db501b6068358b1f037b (patch)
tree849e579313a6abb35a2f41ad5fc71a6a138c27ca
parent2fea799b612cc49bd3156bf1419efce53dfbd2b1 (diff)
downloadaur-776776e41ae8d9aae822db501b6068358b1f037b.tar.gz
Upgraded to version 2.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 323d1eee35b9..0335faf79d1d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = imgp
pkgdesc = Multi-core batch image resizer and rotator
- pkgver = 2.5
+ pkgver = 2.6
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.5.tar.gz
- sha256sums = 6f810104f80f23c1c0967e156921b971947e902d6809c5dae2885777c996eae0
+ source = https://github.com/jarun/imgp/archive/v2.6.tar.gz
+ sha256sums = f79d35b4337269b51f166e80a5e8e39f08f33f7843733d3ed85795bbe1eea799
pkgname = imgp
diff --git a/PKGBUILD b/PKGBUILD
index cacf784d003b..1004e6457f13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=imgp
_pkgauthor=jarun
-pkgver=2.5
+pkgver=2.6
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=('6f810104f80f23c1c0967e156921b971947e902d6809c5dae2885777c996eae0')
+sha256sums=('f79d35b4337269b51f166e80a5e8e39f08f33f7843733d3ed85795bbe1eea799')
package() {
make -C "${pkgname}-$pkgver" DESTDIR="${pkgdir}" PREFIX="/usr" install