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 71fe2b6bb414..aa3578ba1869 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = python-resize-image
pkgdesc = Search for image using Google Custom Search API and resize & crop the image afterwords
pkgver = 1.1.19
pkgrel = 1
- url = https://github.com/arrrlo/Google-Images-Search
+ url = https://github.com/VingtCinq/python-resize-image
arch = any
license = MIT
makedepends = python
diff --git a/PKGBUILD b/PKGBUILD
index f7906f54f083..d5324dfe1764 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgver='1.1.19'
pkgrel='1'
pkgdesc="Search for image using Google Custom Search API and resize & crop the image afterwords"
arch=("any")
-url="https://github.com/arrrlo/Google-Images-Search"
+url="https://github.com/VingtCinq/${pkgname}"
makedepends=('python' 'python-setuptools'
'python2' 'python2-setuptools')
license=('MIT')