summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa3578ba1869..871aa860886b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = python-resize-image
- pkgdesc = Search for image using Google Custom Search API and resize & crop the image afterwords
+ pkgdesc = A Small python package to easily resize images
pkgver = 1.1.19
pkgrel = 1
url = https://github.com/VingtCinq/python-resize-image
diff --git a/PKGBUILD b/PKGBUILD
index d5324dfe1764..9348f5469f29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgbase='python-resize-image'
pkgname=('python-resize-image' 'python2-resize-image')
pkgver='1.1.19'
pkgrel='1'
-pkgdesc="Search for image using Google Custom Search API and resize & crop the image afterwords"
+pkgdesc="A Small python package to easily resize images"
arch=("any")
url="https://github.com/VingtCinq/${pkgname}"
makedepends=('python' 'python-setuptools'