summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPZetter2021-01-11 17:06:50 +0000
committerPZetter2021-01-11 17:06:50 +0000
commit670086bb88b2f25cb209085ed960a1bcb6aa3025 (patch)
treee51d3f727d47c55ee05c92dcbe70e1c03f04f340
parentfdd680f3d31fffe4847a5b41d922123ab3c62af0 (diff)
downloadaur-670086bb88b2f25cb209085ed960a1bcb6aa3025.tar.gz
Adding description.
-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)