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 edca68dcdbc2..a7a0216f604f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,4 +1,5 @@
pkgbase = acmetool-git
+ pkgdesc = Acmetool is an easy-to-use command line tool for automatically acquiring certificates from ACME servers (such as Let's Encrypt)
pkgver = 20151206
pkgrel = 1
url = https://github.com/hlandau/acme
diff --git a/PKGBUILD b/PKGBUILD
index 27d71c75903a..77a114c8b79c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=acmetool-git
pkgver=20151206
pkgrel=1
-pkgdesc=""
+pkgdesc="Acmetool is an easy-to-use command line tool for automatically acquiring certificates from ACME servers (such as Let's Encrypt)"
arch=(i686 x86_64)
url="https://github.com/hlandau/acme"
license=('MIT')