summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 35e299bd894e..5f7140ba96d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
# Generated by mksrcinfo v8
-# Mon Jul 24 13:40:18 UTC 2017
+# Sun Aug 13 13:21:24 UTC 2017
pkgbase = imgp
pkgdesc = Resize or rotate JPEG and PNG images. Official releases only.
pkgver = 2.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jarun/imgp
arch = any
license = GPL3
- depends = python3
+ depends = python
depends = python-pillow
provides = imgp
conflicts = imgp-git
diff --git a/PKGBUILD b/PKGBUILD
index 6f0d4c0027ef..2e6b8904e2db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@
pkgname=imgp
_pkgauthor=jarun
pkgver=2.4
-pkgrel=1
+pkgrel=2
pkgdesc="Resize or rotate JPEG and PNG images. Official releases only."
arch=('any')
url="https://github.com/${_pkgauthor}/${pkgname}"
license=('GPL3')
-depends=('python3' 'python-pillow')
+depends=('python' 'python-pillow')
source=("https://github.com/${_pkgauthor}/${pkgname}/archive/v$pkgver.tar.gz")
conflicts=('imgp-git')
provides=('imgp')