diff options
Diffstat (limited to 'testing/esptool')
-rw-r--r-- | testing/esptool/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/esptool/APKBUILD b/testing/esptool/APKBUILD index fa3dceaa21..6ee50d23eb 100644 --- a/testing/esptool/APKBUILD +++ b/testing/esptool/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: pkgname=esptool pkgver=1.1 -pkgrel=0 +pkgrel=1 pkgdesc="ESP8266 ROM Bootloader utility" url="https://github.com/themadinventor/esptool" -arch="all" +arch="noarch" license="GPLv2" -depends="python py-serial" +depends="python py-serial py-setuptools" makedepends="python-dev" install="" subpackages="" |