summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoel Kuntze2017-02-22 12:03:03 +0100
committerNoel Kuntze2017-02-22 12:03:03 +0100
commit5f834719437805fa693d106d2170a12053bec35c (patch)
tree12c1204f93a1d08720153d8a70cf2426bf9c8f58
parentf7a4e70a816eeec0481899f483d34c34f17746dc (diff)
downloadaur-5f834719437805fa693d106d2170a12053bec35c.tar.gz
Remove package name from description
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc6e68e10ab6..99febaa76544 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Feb 21 22:29:59 UTC 2017
+# Wed Feb 22 11:02:57 UTC 2017
pkgbase = acmetool
- pkgdesc = Acmetool is an easy-to-use command line tool for automatically acquiring certificates from ACME servers (such as Let's Encrypt)
+ pkgdesc = An easy-to-use command line tool for automatically acquiring certificates from ACME servers (such as Let's Encrypt)
pkgver = 0.0.59
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/hlandau/acme
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 77b6eb3c206f..77a964b30368 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=acmetool
pkgver=0.0.59
-pkgrel=1
-pkgdesc="Acmetool is an easy-to-use command line tool for automatically acquiring certificates from ACME servers (such as Let's Encrypt)"
+pkgrel=2
+pkgdesc="An easy-to-use command line tool for automatically acquiring certificates from ACME servers (such as Let's Encrypt)"
arch=(i686 x86_64 armv7h)
url="https://github.com/hlandau/acme"
license=('MIT')
@@ -48,4 +48,4 @@ package() {
install -Dm644 -t "${pkgdir}/usr/lib/tmpfiles.d" ${srcdir}/acmetool.tmpfile
install -Dm644 -t "${pkgdir}/usr/share/doc/${pkgname}" "${srcdir}/acme-${pkgver}/README.md" "${srcdir}/acme-${pkgver}/_doc/"*
-} \ No newline at end of file
+}