summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGavin Lloyd2017-10-19 17:36:06 -0700
committerGavin Lloyd2017-10-19 17:36:06 -0700
commite1824a38992153660cdc29e36d4b5545f8b32438 (patch)
tree73e0b29eefe2680fd77e0d5a9da2561fb981c83f
parent7de6d05bfc5ef493e1cdeba821d9303fc5dc279e (diff)
downloadaur-e1824a38992153660cdc29e36d4b5545f8b32438.tar.gz
Cleanup
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71f9cfffece6..bd4ce06b99de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Oct 20 00:08:22 UTC 2017
+# Fri Oct 20 00:36:00 UTC 2017
pkgbase = acme.sh-git
pkgdesc = An ACME Shell script, an acme client alternative to certbot
pkgver = 0.1734.8aff2bd
- pkgrel = 5
+ pkgrel = 6
url = https://github.com/Neilpang/acme.sh
arch = any
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index c7df7ff78b68..4f5f1f2198ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=acme.sh-git
pkgver=0.1734.8aff2bd
-pkgrel=5
+pkgrel=6
pkgdesc='An ACME Shell script, an acme client alternative to certbot'
arch=('any')
url='https://github.com/Neilpang/acme.sh'
@@ -13,7 +13,7 @@ sha256sums=('SKIP')
pkgver() {
cd "${srcdir}/${pkgname}"
- echo "0.$(git rev-list --count HEAD).$(git rev-parse --short HEAD)"
+ echo 0.$(git rev-list --count HEAD).$(git rev-parse --short HEAD)
}
package() {