summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohnathan Jenkins2017-07-24 06:40:31 -0700
committerJohnathan Jenkins2017-07-24 06:40:31 -0700
commit84d183879ddb34af925afc6b5106e2880d2fe82b (patch)
tree560b7dd36e1144e49d61bd63333046cb3ff406a3
parent2853d34dfac3bd731c92f0a57deb813f9a1fa057 (diff)
downloadaur-84d183879ddb34af925afc6b5106e2880d2fe82b.tar.gz
2.4 release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc1717ac920c..35e299bd894e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Apr 17 07:43:01 UTC 2017
+# Mon Jul 24 13:40:18 UTC 2017
pkgbase = imgp
pkgdesc = Resize or rotate JPEG and PNG images. Official releases only.
- pkgver = 2.3
+ pkgver = 2.4
pkgrel = 1
url = https://github.com/jarun/imgp
arch = any
@@ -11,8 +11,8 @@ pkgbase = imgp
depends = python-pillow
provides = imgp
conflicts = imgp-git
- source = https://github.com/jarun/imgp/archive/v2.3.tar.gz
- sha256sums = 9143a699fe5058a6e7f0d5f6baf79674b8d6f26fb70c557b4f73470dd063d810
+ source = https://github.com/jarun/imgp/archive/v2.4.tar.gz
+ sha256sums = 82ef8a0dce5f7a2e64b7d7c8a456f6cfb20ee60350e97e8043361fa96e3efb5e
pkgname = imgp
diff --git a/PKGBUILD b/PKGBUILD
index 283eab4b4085..6f0d4c0027ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=imgp
_pkgauthor=jarun
-pkgver=2.3
+pkgver=2.4
pkgrel=1
pkgdesc="Resize or rotate JPEG and PNG images. Official releases only."
arch=('any')
@@ -14,7 +14,7 @@ depends=('python3' 'python-pillow')
source=("https://github.com/${_pkgauthor}/${pkgname}/archive/v$pkgver.tar.gz")
conflicts=('imgp-git')
provides=('imgp')
-sha256sums=('9143a699fe5058a6e7f0d5f6baf79674b8d6f26fb70c557b4f73470dd063d810')
+sha256sums=('82ef8a0dce5f7a2e64b7d7c8a456f6cfb20ee60350e97e8043361fa96e3efb5e')
package() {
make -C "${pkgname}-$pkgver" DESTDIR="${pkgdir}" PREFIX="/usr" install