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

Jelle van der Waa jelle at gemini.archlinux.org
Wed Aug 10 12:38:04 UTC 2022


    Date: Wednesday, August 10, 2022 @ 12:38:03
  Author: jelle
Revision: 1265043

upgpkg: esptool 4.2-2

Modified:
  esptool/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-10 12:32:54 UTC (rev 1265042)
+++ PKGBUILD	2022-08-10 12:38:03 UTC (rev 1265043)
@@ -5,13 +5,13 @@
 
 pkgname=esptool
 pkgver=4.2
-pkgrel=1
+pkgrel=2
 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-pip')
-depends=('python-pyserial' 'python-ecdsa' 'python-pyaes' 'python-bitstring' 'python-reedsolo')
+depends=('python-pyserial' 'python-ecdsa' 'python-pyaes' 'python-bitstring' 'python-reedsolo' 'python-cryptography')
 source=("https://github.com/espressif/esptool/archive/v${pkgver}.tar.gz")
 sha512sums=('4d4f8e130dbf04dbb582e6e1fdc9b74df7f56a7ca227cca62772592b1d5fa23cbe1de6c16e79d0a10e155f983f1e76752d025ed0e8da6735cdd417e4104321dc')
 



More information about the arch-commits mailing list