summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Shalygin2020-09-29 16:05:44 +0700
committerKonstantin Shalygin2020-09-29 16:05:44 +0700
commit4e99f4a53208ba064137ffb4e6ab2a38d47d1b16 (patch)
treec1ce3a6e7b71fe7bc46943bcc283d903830cfade
parentc68a3af7b7dba458c3f58f6b8615c7cdea4c71d4 (diff)
downloadaur-4e99f4a53208ba064137ffb4e6ab2a38d47d1b16.tar.gz
Fixed description
-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'