mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
alarm/ec-utils to 1.9.0-1
This commit is contained in:
parent
64c79a5d77
commit
385393ae8f
1 changed files with 2 additions and 7 deletions
|
@ -3,20 +3,15 @@
|
|||
buildarch=4
|
||||
|
||||
pkgname=ec-utils
|
||||
pkgver=r5005.cef3984
|
||||
pkgver=1.9.0
|
||||
pkgrel=1
|
||||
pkgdesc="Chromium OS Embedded Controller utilities"
|
||||
arch=('armv7h')
|
||||
makedepends=('git' 'inetutils')
|
||||
license=('custom:chromiumos')
|
||||
source=("git+https://chromium.googlesource.com/chromiumos/platform/ec")
|
||||
source=("git+https://chromium.googlesource.com/chromiumos/platform/ec#tag=v${pkgver}")
|
||||
md5sums=('SKIP')
|
||||
|
||||
pkgver() {
|
||||
cd ec
|
||||
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
|
||||
}
|
||||
|
||||
prepare() {
|
||||
cd ec
|
||||
sed -i 's/ccache //g' Makefile.toolchain
|
||||
|
|
Loading…
Reference in a new issue