summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohnathan Jenkins2017-08-13 06:21:33 -0700
committerJohnathan Jenkins2017-08-13 06:21:33 -0700
commitf1a2ebe65b6a51b74a1c1de0c52d7f56374bd1f7 (patch)
tree18e50168c9a56a2c71d9c441f8edaf2f42e85137
parent84d183879ddb34af925afc6b5106e2880d2fe82b (diff)
downloadaur-f1a2ebe65b6a51b74a1c1de0c52d7f56374bd1f7.tar.gz
adjust depends
-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')