android-tools: extract update_* to external update file
This commit is contained in:
parent
371229af2f
commit
ae9622ec9f
2 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,6 @@ short_desc="Android platform tools (adb and fastboot)"
|
|||
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
||||
license="Apache-2.0 BSD"
|
||||
homepage="http://developer.android.com/tools/help/adb.html"
|
||||
update_site="https://android.googlesource.com/platform/system/core"
|
||||
update_pattern='android-\K[\d._r]+'
|
||||
|
||||
do_fetch() {
|
||||
local r
|
||||
|
|
2
srcpkgs/android-tools/update
Normal file
2
srcpkgs/android-tools/update
Normal file
|
@ -0,0 +1,2 @@
|
|||
site="https://android.googlesource.com/platform/system/core"
|
||||
pattern='android-\K[\d._r]+'
|
Loading…
Reference in a new issue