summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohnathan Jenkins2017-08-29 11:39:56 -0700
committerJohnathan Jenkins2017-08-29 11:39:56 -0700
commitd0e8ede28ef53ea3afa30580802277b70d6b29da (patch)
treec373f37cce7c56e7a26ff51cbbc1af859dc7f021
parentf1a2ebe65b6a51b74a1c1de0c52d7f56374bd1f7 (diff)
downloadaur-d0e8ede28ef53ea3afa30580802277b70d6b29da.tar.gz
2.4.1 release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f7140ba96d8..295487df0a5c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Aug 13 13:21:24 UTC 2017
+# Tue Aug 29 18:39:36 UTC 2017
pkgbase = imgp
pkgdesc = Resize or rotate JPEG and PNG images. Official releases only.
- pkgver = 2.4
- pkgrel = 2
+ pkgver = 2.4.1
+ pkgrel = 1
url = https://github.com/jarun/imgp
arch = any
license = GPL3
@@ -11,7 +11,7 @@ pkgbase = imgp
depends = python-pillow
provides = imgp
conflicts = imgp-git
- source = https://github.com/jarun/imgp/archive/v2.4.tar.gz
+ source = https://github.com/jarun/imgp/archive/v2.4.1.tar.gz
sha256sums = 82ef8a0dce5f7a2e64b7d7c8a456f6cfb20ee60350e97e8043361fa96e3efb5e
pkgname = imgp
diff --git a/PKGBUILD b/PKGBUILD
index 2e6b8904e2db..af90e7edfee5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
pkgname=imgp
_pkgauthor=jarun
-pkgver=2.4
-pkgrel=2
+pkgver=2.4.1
+pkgrel=1
pkgdesc="Resize or rotate JPEG and PNG images. Official releases only."
arch=('any')
url="https://github.com/${_pkgauthor}/${pkgname}"
@@ -14,7 +14,7 @@ depends=('python' 'python-pillow')
source=("https://github.com/${_pkgauthor}/${pkgname}/archive/v$pkgver.tar.gz")
conflicts=('imgp-git')
provides=('imgp')
-sha256sums=('82ef8a0dce5f7a2e64b7d7c8a456f6cfb20ee60350e97e8043361fa96e3efb5e')
+sha256sums=('5679ba127b4ea74a2ef4caf0749b67392ea02f0fe73bdc828b1cb24b2d191e07')
package() {
make -C "${pkgname}-$pkgver" DESTDIR="${pkgdir}" PREFIX="/usr" install