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

Jelle van der Waa jelle at archlinux.org
Tue Dec 19 16:56:16 UTC 2017


    Date: Tuesday, December 19, 2017 @ 16:56:15
  Author: jelle
Revision: 274893

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-19 16:55:57 UTC (rev 274892)
+++ PKGBUILD	2017-12-19 16:56:15 UTC (rev 274893)
@@ -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.0.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=('0abb173d955006ea35b330a927cd971b')
-
-package() {
-  cd "esptool-${pkgver}"
-  install -Dm755 "esptool.py" "${pkgdir}/usr/bin/esptool"
-}

Copied: esptool/repos/community-any/PKGBUILD (from rev 274892, esptool/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-12-19 16:56:15 UTC (rev 274893)
@@ -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.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"
+}



More information about the arch-commits mailing list