[arch-commits] Commit in esptool/repos/community-any (PKGBUILD PKGBUILD)

Jelle van der Waa jelle at gemini.archlinux.org
Sat Aug 13 21:32:36 UTC 2022


    Date: Saturday, August 13, 2022 @ 21:32:36
  Author: jelle
Revision: 1266003

archrelease: copy trunk to community-any

Added:
  esptool/repos/community-any/PKGBUILD
    (from rev 1266002, esptool/trunk/PKGBUILD)
Deleted:
  esptool/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-13 21:32:05 UTC (rev 1266002)
+++ PKGBUILD	2022-08-13 21:32:36 UTC (rev 1266003)
@@ -1,26 +0,0 @@
-# Maintainer: Jelle van der Waa <jelle at vdwaa.nl>
-# Contributor: Marcin (CTRL) Wieczorek <marcin at marcin.co>
-# Contributor: Marcin Kornat <rarvolt+aur at gmail.com>
-# Contributor: MatejSpindler <spindler.matej at gmail.com>
-
-pkgname=esptool
-pkgver=4.2
-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' 'python-cryptography')
-source=("https://github.com/espressif/esptool/archive/v${pkgver}.tar.gz")
-sha512sums=('4d4f8e130dbf04dbb582e6e1fdc9b74df7f56a7ca227cca62772592b1d5fa23cbe1de6c16e79d0a10e155f983f1e76752d025ed0e8da6735cdd417e4104321dc')
-
-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 1266002, esptool/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-13 21:32:36 UTC (rev 1266003)
@@ -0,0 +1,26 @@
+# Maintainer: Jelle van der Waa <jelle at vdwaa.nl>
+# Contributor: Marcin (CTRL) Wieczorek <marcin at marcin.co>
+# Contributor: Marcin Kornat <rarvolt+aur at gmail.com>
+# Contributor: MatejSpindler <spindler.matej at 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
+}



More information about the arch-commits mailing list