summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShulhan2020-09-07 02:53:17 +0700
committerShulhan2020-09-07 02:53:17 +0700
commit687d0a3be8adcf164da26892b03a90d58b794940 (patch)
treeb1bacef0365a94f04347c93fc1b7e8b0bb855a54
parent5b4f116647f1f9ff1df061813c3956d1119142ed (diff)
downloadaur-687d0a3be8adcf164da26892b03a90d58b794940.tar.gz
PKGBUILD: remove asciidoctor from makedepends
The documentation will be pre-build, so the build script only build the binaries for the current OS, thats it.
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bee1f9f1e315..3c2df6e61716 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ license=('custom:BSD')
depends=('bash')
provides=('rescached')
-makedepends=('git' 'go>=1.13' 'asciidoctor')
+makedepends=('git' 'go>=1.13')
source=(
"$pkgname::git+https://github.com/shuLhan/rescached-go.git"
)