summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Arias2021-01-06 15:15:24 +0100
committerPablo Arias2021-01-06 15:15:24 +0100
commit14d586768b1d5ccced8e03b6ea95ea9a7ad41e43 (patch)
tree9a804ebe02a9aca22b74da15514bf70ad190b2c4
parent31dd99c342332806f22ac842e550c115dd94fced (diff)
downloadaur-imgp.tar.gz
Upgrade to version 2.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cee82f1e645c..6ace33481d7e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = imgp
pkgdesc = Multi-core batch image resizer and rotator
- pkgver = 2.7
+ pkgver = 2.8
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.7.tar.gz
- sha256sums = 362f9fab7eaf4c53438e12f32477329c970bd7348181c243ffa30326e231acf7
+ source = https://github.com/jarun/imgp/archive/v2.8.tar.gz
+ sha256sums = 91494f57a110c4439ae956a8a45762467d8deb4606a92f687efdc3a61e4e7cbd
pkgname = imgp
diff --git a/PKGBUILD b/PKGBUILD
index c99cd1fa3f35..d1d61ef385d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=imgp
_pkgauthor=jarun
-pkgver=2.7
+pkgver=2.8
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=('362f9fab7eaf4c53438e12f32477329c970bd7348181c243ffa30326e231acf7')
+sha256sums=('91494f57a110c4439ae956a8a45762467d8deb4606a92f687efdc3a61e4e7cbd')
package() {
make -C "${pkgname}-$pkgver" DESTDIR="${pkgdir}" PREFIX="/usr" install