summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6bd5110df22..9a104fb0576f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
pkgbase = esp-open-sdk
pkgdesc = Free and open (as much as possible) integrated SDK for ESP8266 chips
pkgver = 1.4.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/pfalcon/esp-open-sdk
arch = i686
arch = x86_64
license = GPL
makedepends = git
depends = python
+ depends = python2
+ depends = python-pyserial
depends = python2-pyserial
provides = esp-open-sdk
conflicts = esp-open-sdk-git
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')