summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Birks2019-06-27 22:31:52 -0400
committerDavid Birks2019-06-27 22:31:52 -0400
commit00fff35488c664bf5b85a82d7b26eaca5787b1f5 (patch)
tree7da03142e5602e87691cb57d3dff5a58003e61fd
parent6dc2bb604f9803b35201f9c1aca1e312ae04df14 (diff)
downloadaur-00fff35488c664bf5b85a82d7b26eaca5787b1f5.tar.gz
Update description and url
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 11792079d45e..f78fb45d6cad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = sanic
- pkgdesc = Command line tool for creating clusters on Amazon EKS
+ pkgdesc = An all-in-one tool to develop, build, and deploy your Docker/Kubernetes projects
pkgver = 1.0.0
pkgrel = 1
- url = https://github.com/weaveworks/eksctl
+ url = https://github.com/distributed-containers-inc/sanic
arch = x86_64
license = Apache
makedepends = go
diff --git a/PKGBUILD b/PKGBUILD
index 37498160c641..1a35c14b7d6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: David Birks <david@tellus.space>
pkgname=sanic
-pkgdesc='Command line tool for creating clusters on Amazon EKS'
+pkgdesc='An all-in-one tool to develop, build, and deploy your Docker/Kubernetes projects'
pkgver=1.0.0
pkgrel=1
arch=('x86_64')
license=('Apache')
-url='https://github.com/weaveworks/eksctl'
+url='https://github.com/distributed-containers-inc/sanic'
depends=('kubectl' 'docker')
makedepends=('go')
source=("$pkgname-$pkgver.tar.gz::https://github.com/distributed-containers-inc/sanic/archive/v$pkgver.tar.gz")