summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGavin Lloyd2017-10-19 17:08:23 -0700
committerGavin Lloyd2017-10-19 17:08:23 -0700
commit7de6d05bfc5ef493e1cdeba821d9303fc5dc279e (patch)
tree6a9e137d0dfa13508591958a4dd7a697f63f55d4
parent85e84db8be8d124ba4e19964ef535750efb5c46a (diff)
downloadaur-7de6d05bfc5ef493e1cdeba821d9303fc5dc279e.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 afae0f7793db..71f9cfffece6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Oct 19 23:27:10 UTC 2017
+# Fri Oct 20 00:08:22 UTC 2017
pkgbase = acme.sh-git
pkgdesc = An ACME Shell script, an acme client alternative to certbot
pkgver = 0.1734.8aff2bd
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/Neilpang/acme.sh
arch = any
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 80ab8322e489..c7df7ff78b68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=acme.sh-git
pkgver=0.1734.8aff2bd
-pkgrel=4
+pkgrel=5
pkgdesc='An ACME Shell script, an acme client alternative to certbot'
arch=('any')
url='https://github.com/Neilpang/acme.sh'
@@ -17,5 +17,5 @@ pkgver() {
}
package() {
- install -Dm755 "${srcdir}/${pkgname}/acme.sh" "${pkgdir}/usr/bin/acme.sh"
+ install -Dm755 "${srcdir}/${pkgname}"/acme.sh "${pkgdir}"/usr/bin/acme.sh
}