summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 41f6d706fed5..b71e83722eb6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = depot-tools-git
pkgdesc = Build tools for working with Chromium development, include gclient
- pkgver = r2379.05fb911
+ pkgver = r2457.34504a1
pkgrel = 1
url = http://dev.chromium.org/developers/how-tos/install-depot-tools
install = depot_tools.install
diff --git a/PKGBUILD b/PKGBUILD
index 8c4caef44249..d90d36403e59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
# Contributor: hack.augusto <hack.augusto@gmail.com>
pkgname=depot-tools-git
-pkgver=r2379.05fb911
+pkgver=r2457.34504a1
pkgrel=1
pkgdesc='Build tools for working with Chromium development, include gclient'
arch=('any')
@@ -49,6 +49,8 @@ prepare () {
-e 's/from third_party import colorama/import colorama/' \
-e 's/from third_party.colorama import Fore/from colorama import Fore/' \
gclient.py
+ sed -i -e 's/exec python/exec python2/' \
+ gclient
# Fixing repo
sed -r -i -e 's/"exec" python/"exec" python2/' repo