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 4f484af500db..c0b012ac92fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = euca2ools
pkgdesc = Command-line tools for interacting with Amazon EC2 and S3 API-compatible Web services using the REST/Query API.
pkgver = 3.4.1
pkgrel = 1
- url = http://www.eucalyptus.com
+ url = https://github.com/eucalyptus/euca2ools/
arch = any
license = custom
makedepends = python2-setuptools
diff --git a/PKGBUILD b/PKGBUILD
index 7b11c0e41007..2c9dc293a2c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgver=3.4.1
pkgrel=1
pkgdesc="Command-line tools for interacting with Amazon EC2 and S3 API-compatible Web services using the REST/Query API."
arch=(any)
-url=http://www.eucalyptus.com
+url=https://github.com/eucalyptus/euca2ools/
license=(custom)
depends=('python2-six' 'python2-lxml' 'python2-progressbar' 'python2-requestbuilder' 'python2-requests' 'rsync')
makedepends=('python2-setuptools')