summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Wieczorek2021-04-10 12:44:31 +0200
committerMarcin Wieczorek2021-04-10 12:44:31 +0200
commit4377d82ffcdbddc6c1797cd289f96416646a2157 (patch)
tree61b17da5ee345c3df7dacad15a51330c14e16470
parente2b4bbbd69548410f0ca9a84c9c6be3de96596d4 (diff)
downloadaur-euca2ools.tar.gz
changed url to github
-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')