summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Chen2020-11-24 15:12:09 +0800
committerJack Chen2020-11-24 15:12:09 +0800
commit16b929364c9e8ac7b849510b809ddf0360cfabf1 (patch)
tree776f2dc00eae4cb8d3c29c5ab394cf830dec7e2c
parentb012dbe056651765fd6250845e7474b198481c73 (diff)
downloadaur-16b929364c9e8ac7b849510b809ddf0360cfabf1.tar.gz
update makedepends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88651e7a4d3f..2d4d51288e44 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,6 @@ pkgbase = wiringpi-tinkerboard-git
url = https://github.com/TinkerBoard/gpio_lib_c
arch = armv7h
license = LGPL3
- makedepends = gcc
makedepends = git
provides = wiringpi
provides = wiringpi-tinkerboard
diff --git a/PKGBUILD b/PKGBUILD
index c7d1e4f37d0d..dbd841625dbf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="WiringPi for Tinker Board / S"
arch=('armv7h')
url="https://github.com/TinkerBoard/gpio_lib_c"
license=('LGPL3')
-makedepends=('gcc' 'git')
+makedepends=('git')
provides=('wiringpi' 'wiringpi-tinkerboard')
source=('git+https://github.com/TinkerBoard/gpio_lib_c.git')
sha512sums=('SKIP')