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 8c7672f09e12..4a915bc62cb3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = operator-sdk
- pkgdesc = YAML templating tool that works on YAML structure instead of text
+ pkgdesc = SDK for building Kubernetes applications. Provides high level APIs, useful abstractions, and project scaffolding.
pkgver = 0.7.0
pkgrel = 1
url = https://github.com/operator-framework/operator-sdk
diff --git a/PKGBUILD b/PKGBUILD
index 72ab7598b8dc..089935204443 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=operator-sdk
pkgver=0.7.0
pkgrel=1
-pkgdesc="YAML templating tool that works on YAML structure instead of text"
+pkgdesc="SDK for building Kubernetes applications. Provides high level APIs, useful abstractions, and project scaffolding."
url="https://github.com/operator-framework/operator-sdk"
license=('Apache')
arch=('x86_64')