summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 249400a1e6d8..5120866fe25f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,4 +1,5 @@
pkgbase = confedi-git
+ pkgdesc = Confedi is designed to help with changing configuration files with one command.
pkgver = 1
pkgrel = 1
url = https://bitbucket.org/masterofhoppips/configuration-editor.git
diff --git a/PKGBUILD b/PKGBUILD
index 81bba365cc9c..8f68f7e45671 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=confedi-git
pkgver=1
pkgrel=1
-pkgdesc=""
+pkgdesc="Confedi is designed to help with changing configuration files with one command."
arch=(any)
license=('GPL')
depends=(python3)