summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornyorain2016-10-04 19:46:02 +0200
committernyorain2016-10-04 19:46:02 +0200
commitee54fa2b1f6c26e936e0cf4525cba0254c43944b (patch)
treecc7b55f6a703394b0ef20355ab0d5b9fd9d4f55e
parentc39a600df1eb9338d5fd7665f0435e7b201e6386 (diff)
downloadaur-ee54fa2b1f6c26e936e0cf4525cba0254c43944b.tar.gz
uncommented gclient sync line
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a95806e26e42..66ebf0554211 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -33,7 +33,7 @@ prepare() {
# download/sync skia
cd "$srcdir"
gclient config --unmanaged https://skia.googlesource.com/skia.git
- # gclient sync
+ gclient sync
# make python2 default python
mkdir -p .pkgbuild-bin