summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorAdrian Perez de Castro2015-07-23 12:46:03 +0300
committerAdrian Perez de Castro2015-07-23 12:46:03 +0300
commit5e24a9ca6ca8b396cde2c90ec907bd42fe452c0c (patch)
tree280290b3363239fd615b60c5cea233554fb76abb /.SRCINFO
parentc8ce17cf6bb7923a9c13782b015881b2d41beb1f (diff)
downloadaur-5e24a9ca6ca8b396cde2c90ec907bd42fe452c0c.tar.gz
Add script to fix all Python script shebangs
Having a script to fix the Python shebangs (to make CLI tools use "python2") is more robust to upstream changes than to specify manually the list of files to fix. After this change, Python scripts which contain a shebang will all of them be changed to use "/usr/bin/env python2"; but still there is a manually defined list of scripts which use "exec python", that are passed through "sed" to fix that. These (shell) scripts do not change that often, and it may be better to keep the list to avoid potential damage when applygin the "sed" to all the files.
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO10
1 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6cb159c02cdd..d4bff502107c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = depot-tools-git
pkgdesc = Build tools for working with Chromium development, include gclient
- pkgver = r2484.c15fe57
+ pkgver = r2780.af0b79e
pkgrel = 1
url = http://dev.chromium.org/developers/how-tos/install-depot-tools
install = depot_tools.install
@@ -20,9 +20,11 @@ pkgbase = depot-tools-git
source = depot-tools-git::git+https://chromium.googlesource.com/chromium/tools/depot_tools.git
source = depot_tools.sh
source = repo_fix.sh
- md5sums = SKIP
- md5sums = 39d5d3e78fa7456a1d8dd5ac10a1c8bb
- md5sums = fb0c546a078c312aa64c1f2a31599557
+ source = fixshebangs.py
+ sha512sums = SKIP
+ sha512sums = 8bccc9b116cffabfb605431ff229e149865b00d8de20beb310a3ce5f6edb643dc4ab592a901e89d33bdc75b79104e5940ee8b876bf0bb033ee9f85dad770f3db
+ sha512sums = bde33ffcad42a4d554d5490b6562981ef4b9f3abebadbed909749ee05ba391da4b5acb31b901e785b6f019b4ed3f9c740ab92623dd6a87e67b4b599a0010374b
+ sha512sums = 1fb1cbca2540dfe98ad52fce493e6545e1c7803aaa6e83ce5cde1ffcb3ced9ad39d2ff1a7a6918e1f0c33e8260ea46c03692d276d1beea2bc96383f7061e8043
pkgname = depot-tools-git