summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2021-02-19 00:20:21 +0100
committerDaniel Peukert2021-02-19 00:20:21 +0100
commitacad431606fcbff34d2dcb943a365b8b908de451 (patch)
tree87773902ede433867d19047983060f156c4d2604
parentd23a1e4cd1161aeb3a5232fd6924ed6fd2346cec (diff)
downloadaur-acad431606fcbff34d2dcb943a365b8b908de451.tar.gz
Fix ocaml-luv comment
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ff0549f20db2..f525725d7770 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,8 +24,8 @@ prepare() {
# https://github.com/aantron/luv/commit/2b009466670799b79c47f61f8d2f5e6c04448572
patch --forward -p1 < "$srcdir/$pkgname-$pkgver-$pkgrel-no-vendored-libuv-headers.diff"
- # Remove folder with tests, as we don't run them anyway and they contain additional opam files,
- # which would otherwise get built
+ # Remove folder with tests, as we don't run them anyway and they contain additional
+ # opam files, which would otherwise get built
rm -rf 'test/'
}