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

Jelle van der Waa jelle at archlinux.org
Sat Mar 31 19:20:30 UTC 2018


    Date: Saturday, March 31, 2018 @ 19:20:29
  Author: jelle
Revision: 313622

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-31 19:20:14 UTC (rev 313621)
+++ PKGBUILD	2018-03-31 19:20:29 UTC (rev 313622)
@@ -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.2
-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=('2385f9f1d22d22f9cf47c9314f253042')
-
-package() {
-  cd "esptool-${pkgver}"
-  install -Dm755 "esptool.py" "${pkgdir}/usr/bin/esptool"
-}

Copied: esptool/repos/community-any/PKGBUILD (from rev 313621, esptool/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-03-31 19:20:29 UTC (rev 313622)
@@ -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.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"
+}



More information about the arch-commits mailing list