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

Jelle van der Waa jelle at archlinux.org
Wed Aug 8 20:16:12 UTC 2018


    Date: Wednesday, August 8, 2018 @ 20:16:11
  Author: jelle
Revision: 370443

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   42 +++++++++++++++++++++---------------------
 1 file changed, 21 insertions(+), 21 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-08 20:16:03 UTC (rev 370442)
+++ PKGBUILD	2018-08-08 20:16:11 UTC (rev 370443)
@@ -1,21 +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=2.3.1
-pkgrel=1
-pkgdesc="A cute Python utility to communicate with the ROM bootloader in Espressif ESP8266"
-arch=('any')
-url="https://github.com/themadinventor/esptool"
-license=('GPL2')
-makedepends=('git')
-depends=('python-pyserial')
-source=("https://github.com/themadinventor/esptool/archive/v${pkgver}.tar.gz")
-md5sums=('508350b0a0ed7ead28b44c6450371e85')
-
-package() {
-  cd "esptool-${pkgver}"
-  install -Dm755 "esptool.py" "${pkgdir}/usr/bin/esptool"
-}

Copied: esptool/repos/community-any/PKGBUILD (from rev 370442, esptool/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-08-08 20:16:11 UTC (rev 370443)
@@ -0,0 +1,21 @@
+# 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=2.4.1
+pkgrel=1
+pkgdesc="A cute Python utility to communicate with the ROM bootloader in Espressif ESP8266"
+arch=('any')
+url="https://github.com/themadinventor/esptool"
+license=('GPL2')
+makedepends=('git')
+depends=('python-pyserial')
+source=("https://github.com/themadinventor/esptool/archive/v${pkgver}.tar.gz")
+md5sums=('87ae993db672eb575e410a7210d9d9e5')
+
+package() {
+  cd "esptool-${pkgver}"
+  install -Dm755 "esptool.py" "${pkgdir}/usr/bin/esptool"
+}



More information about the arch-commits mailing list