summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe B Billheimer2019-10-20 19:19:14 -0400
committerChristophe B Billheimer2019-10-20 19:19:14 -0400
commit454139f899ca9f68e72f3ffe6b9fbce29869b0a1 (patch)
tree40b293237fa0f3a948691ec31138fe8ac62a6528
parent1abee710db9963fcbb4d7b34fcde63edeb6bb52a (diff)
downloadaur-454139f899ca9f68e72f3ffe6b9fbce29869b0a1.tar.gz
update URLs and only build ec utils
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7a8009831cf2..e94fadc61499 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
#Maintainer: VerruckteFuchs <derverrucktefuchs@gmail.com>
pkgname=ectool-samus-git
_gitname=ectool
-pkgver=1.1.0.5819.g4234992812
+pkgver=2.0.0.2436.gced60ee210
pkgrel=1
pkgdesc="ectool for Chromebook Pixel 2015 for controlling lightbar and fans."
arch=(i686 x86_64)
-url="https://www.chromium.org/chromium-os/ec-development"
+url="https://chromium.googlesource.com/chromiumos/platform/ec"
provides=('ectool')
depends=('arm-none-eabi-gcc' 'libftdi' 'libftdi-compat')
license=('BSD')
@@ -20,7 +20,7 @@ pkgver() {
build() {
cd "$srcdir/ec"
sed -i "s/-Werror /-std=gnu90 /g" Makefile.toolchain
- make PREFIX=/usr -j5 BOARD=samus
+ make utils PREFIX=/usr -j5 BOARD=samus
}
package() {