summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSam Bazley2017-08-06 14:41:46 +0100
committerSam Bazley2017-08-06 14:41:46 +0100
commita6370f765102864e0b845336d14d5ad022b271ef (patch)
tree010e598241bfbcb5fc6fdab586402d925820d17d /PKGBUILD
parente9a8b864d7f6e6607826e325bc841e54c69a9892 (diff)
downloadaur-a6370f765102864e0b845336d14d5ad022b271ef.tar.gz
Added unzip to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eb8c9cc7adcf..3df8bba5a6b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
#Maintainer: Sam Bazley <samb1999@hotmail.co.uk>
pkgname=esp-open-sdk-git
pkgver=1
-pkgrel=1
+pkgrel=2
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")
+makedepends=("git" "gperf" "help2man" "unzip")
depends=("python" "python2" "python-pyserial" "python2-pyserial" "esptool")
provides=("esp-open-sdk")
conflicts=("esp-open-sdk")