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 2b1afbc6b6e7..70d070af0051 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
# Contributor: MatejSpindler <spindler.matej@gmail.com>
pkgname=esptool-git
-pkgver=3.0.r26.gdb4df64
+pkgver=3.2.r59.gb3ccbaf
pkgrel=1
pkgdesc="A cute Python utility to communicate with the ROM bootloader in Espressif ESP8266"
arch=('any')
url="https://github.com/espressif/esptool"
license=('GPL2')
makedepends=('git' 'python-setuptools' 'python-wheel')
-depends=('python-pyserial' 'python-ecdsa' 'python-pyaes' 'python-cryptography' 'python-bitstring' 'python-reedsolo')
+depends=('python-pyserial' 'python-ecdsa' 'python-cryptography' 'python-bitstring' 'python-reedsolo')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=("${pkgname%-git}::git+https://github.com/espressif/esptool")