[arch-commits] Commit in esptool/trunk (PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Wed Dec 2 11:05:49 UTC 2020


    Date: Wednesday, December 2, 2020 @ 11:05:49
  Author: jelle
Revision: 769139

upgpkg: esptool 3.0-1

Modified:
  esptool/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-02 10:57:26 UTC (rev 769138)
+++ PKGBUILD	2020-12-02 11:05:49 UTC (rev 769139)
@@ -4,16 +4,16 @@
 # Contributor: MatejSpindler <spindler.matej at gmail.com>
 
 pkgname=esptool
-pkgver=2.8
-pkgrel=3
+pkgver=3.0
+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')
-depends=('python-pyserial' 'python-ecdsa' 'python-pyaes')
+depends=('python-pyserial' 'python-ecdsa' 'python-pyaes' 'python-bitstring' 'python-reedsolo')
 source=("https://github.com/espressif/esptool/archive/v${pkgver}.tar.gz")
-sha512sums=('14528197e760779f3bf50e2a44d477979675dd42451fa405e2ae87502158b21f999fb94561980c9eb0634d2d1fd3729779b78266403de858ed1d32e8d29604cc')
+sha512sums=('b522d30b11e9ab4e426009116bf1872e587116b7a3b517f841d34d3e860f6454345be89a2e28b8eef5aa5e59318e991504697644a3f4f90d7e63c037025716eb')
 
 build() {
   cd "${pkgname}-${pkgver}"



More information about the arch-commits mailing list