summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f9b4a7f7eb64..a7ce9118e4e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=esp-open-sdk
pkgver=1.4.0
-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"
license=('GPL')
groups=()
-depends=('python' 'python2-pyserial')
+depends=('python' 'python2' 'python-pyserial' 'python2-pyserial')
makedepends=('git')
provides=('esp-open-sdk')
conflicts=('esp-open-sdk-git')