summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSam Bazley2017-10-25 19:50:46 +0100
committerSam Bazley2017-10-25 19:50:46 +0100
commitf4bb4138185351fc9472cd2783cda3c1f1dd0ed3 (patch)
tree7fd28dc0d2dfbad09f4e68f9429621b11cf7d4a5 /PKGBUILD
parent4472f871e6f250de592daba4e4a340c7a3b1a28d (diff)
downloadaur-f4bb4138185351fc9472cd2783cda3c1f1dd0ed3.tar.gz
Added guile2.0 as dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a76b8111e319..f68222ac003b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
-#Maintainer: Sam Bazley <samb1999@hotmail.co.uk>
+#Maintainer: Sam Bazley <sambazley@protonmail.com>
pkgname=esp-open-sdk-git
pkgver=1
-pkgrel=9
+pkgrel=10
pkgdesc="Free and open (as much as possible) integrated SDK for ESP8266 chips"
arch=("i686" "x86_64")
url="https://github.com/pfalcon/esp-open-sdk"
-makedepends=("git" "gperf" "help2man" "unzip" "wget")
+makedepends=("git" "gperf" "help2man" "unzip" "wget" "guile2.0")
depends=("python" "python2" "python-pyserial" "python2-pyserial" "esptool")
provides=("esp-open-sdk")
conflicts=("esp-open-sdk")