Date: Thursday, October 6, 2022 @ 17:09:34 Author: jelle Revision: 1322798
archrelease: copy trunk to community-any Added: esptool/repos/community-any/PKGBUILD (from rev 1322797, esptool/trunk/PKGBUILD) Deleted: esptool/repos/community-any/PKGBUILD ----------+ PKGBUILD | 52 ++++++++++++++++++++++++++-------------------------- 1 file changed, 26 insertions(+), 26 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2022-10-06 17:09:27 UTC (rev 1322797) +++ PKGBUILD 2022-10-06 17:09:34 UTC (rev 1322798) @@ -1,26 +0,0 @@ -# Maintainer: Jelle van der Waa <je...@vdwaa.nl> -# Contributor: Marcin (CTRL) Wieczorek <mar...@marcin.co> -# Contributor: Marcin Kornat <rarvolt+...@gmail.com> -# Contributor: MatejSpindler <spindler.ma...@gmail.com> - -pkgname=esptool -pkgver=4.2.1 -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-pip') -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=('b2b7209371330ae0764da5650b48a37ec750a3514951b8e39576b4e54ea682e2a43faf56ce95327071fe88bf4f74762a39483e1edfe2bdf9c5457537888c469f') - -build() { - cd "${pkgname}-${pkgver}" - python3 setup.py build -} - -package() { - cd "${pkgname}-${pkgver}" - python3 setup.py install --root="$pkgdir/" --optimize=1 --skip-build -} Copied: esptool/repos/community-any/PKGBUILD (from rev 1322797, esptool/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2022-10-06 17:09:34 UTC (rev 1322798) @@ -0,0 +1,26 @@ +# Maintainer: Jelle van der Waa <je...@vdwaa.nl> +# Contributor: Marcin (CTRL) Wieczorek <mar...@marcin.co> +# Contributor: Marcin Kornat <rarvolt+...@gmail.com> +# Contributor: MatejSpindler <spindler.ma...@gmail.com> + +pkgname=esptool +pkgver=4.3 +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-pip') +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=('aa761dae802d67553096698b40a97ae1fa33995dbc81a16a521ffa3ed1ec87470b1457853e4a1aaedfb94c46770e58712a25cac62a4bd05d85503881e507b493') + +build() { + cd "${pkgname}-${pkgver}" + python3 setup.py build +} + +package() { + cd "${pkgname}-${pkgver}" + python3 setup.py install --root="$pkgdir/" --optimize=1 --skip-build +}