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

Jelle van der Waa jelle at archlinux.org
Mon Aug 20 14:09:22 UTC 2018


    Date: Monday, August 20, 2018 @ 14:09:22
  Author: jelle
Revision: 372876

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-20 14:09:07 UTC (rev 372875)
+++ PKGBUILD	2018-08-20 14:09:22 UTC (rev 372876)
@@ -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.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"
-}

Copied: esptool/repos/community-any/PKGBUILD (from rev 372875, esptool/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-08-20 14:09:22 UTC (rev 372876)
@@ -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.5.0
+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=('63985fac392c950d890912a7f36257e2')
+
+package() {
+  cd "esptool-${pkgver}"
+  install -Dm755 "esptool.py" "${pkgdir}/usr/bin/esptool"
+}



More information about the arch-commits mailing list