summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYen Chi Hsuan2016-06-07 14:05:22 +0300
committerAdrian Perez de Castro2016-06-07 14:05:22 +0300
commitb66d303082edb9a276a1de0883c9e12c6fee2153 (patch)
tree1b9f294f4ce1ca1ea9ffa5d393b8ae6cf6f60d7c
parent5e24a9ca6ca8b396cde2c90ec907bd42fe452c0c (diff)
downloadaur-b66d303082edb9a276a1de0883c9e12c6fee2153.tar.gz
Fix PKGBUILD so the package builds again
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 667d66ec2136..f97a8582b735 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,10 @@
# Contributor: Andreas Schrafl <aschrafl@gmail.com>
# Contributor: piojo <aur@zwell.net>
# Contributor: hack.augusto <hack.augusto@gmail.com>
+# Contributor: Yen Chi Hsuan <yan12125@gmail.com>
pkgname=depot-tools-git
-pkgver=r2780.af0b79e
+pkgver=r3323.3bff56b
pkgrel=1
pkgdesc='Build tools for working with Chromium development, include gclient'
arch=('any')
@@ -30,6 +31,7 @@ scripts_to_fix_exec=(
apply_issue
cit
clang-format
+ commit_queue
depot-tools-auth
download_from_google_storage
drover
@@ -38,7 +40,6 @@ scripts_to_fix_exec=(
gclient
git-runhooks
gn
- hammer
roll-dep-svn
roll-dep
)