Date: Wednesday, November 23, 2022 @ 09:44:14
Author: jelle
Revision: 1352023
archrelease: copy trunk to community-any
Added:
esptool/repos/community-any/PKGBUILD
(from rev 1352022, esptool/trunk/PKGBUILD)
Deleted:
esptool/repos/community-any/PKGBUILD
----------+
PKGBUILD | 52 ++++++++++++++++++++++++++--------------------------
1 file changed, 26 insertions(+), 26 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-23 09:44:03 UTC (rev 1352022)
+++ PKGBUILD 2022-11-23 09:44:14 UTC (rev 1352023)
@@ -1,26 +0,0 @@
-# Maintainer: Jelle van der Waa <[email protected]>
-# Contributor: Marcin (CTRL) Wieczorek <[email protected]>
-# Contributor: Marcin Kornat <[email protected]>
-# Contributor: MatejSpindler <[email protected]>
-
-pkgname=esptool
-pkgver=4.3
-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')
-depends=('python-pyserial' 'python-ecdsa' 'python-pyaes' 'python-bitstring'
'python-reedsolo' 'python-cryptography')
-source=($pkgname-$pkgver.tar.gz::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
-}
Copied: esptool/repos/community-any/PKGBUILD (from rev 1352022,
esptool/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-23 09:44:14 UTC (rev 1352023)
@@ -0,0 +1,26 @@
+# Maintainer: Jelle van der Waa <[email protected]>
+# Contributor: Marcin (CTRL) Wieczorek <[email protected]>
+# Contributor: Marcin Kornat <[email protected]>
+# Contributor: MatejSpindler <[email protected]>
+
+pkgname=esptool
+pkgver=4.4
+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' 'python-bitstring'
'python-reedsolo' 'python-cryptography')
+source=($pkgname-$pkgver.tar.gz::https://github.com/espressif/esptool/archive/v${pkgver}.tar.gz)
+sha512sums=('97d44a5553be380a2d26469bea42b6995c0d97fa3d50e0f6c1673548801983243d204d140ecfc17ee6c9f9c6580e6c6c42a6e953655a06053fa56064af650cf8')
+
+build() {
+ cd "${pkgname}-${pkgver}"
+ python3 setup.py build
+}
+
+package() {
+ cd "${pkgname}-${pkgver}"
+ python3 setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+}