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

Jelle van der Waa jelle at archlinux.org
Fri Jan 18 17:56:51 UTC 2019


    Date: Friday, January 18, 2019 @ 17:56:50
  Author: jelle
Revision: 424161

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-18 17:56:40 UTC (rev 424160)
+++ PKGBUILD	2019-01-18 17:56:50 UTC (rev 424161)
@@ -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.5.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")
-sha512sums=('7e59f6890bd232d35bc794a9442d61aafa495f442cbbb1ce1968a2ab8c47d186d6dd190709546c99e4f813519eb76a4559fcb2f3de186d19e3b31fad2e1bcf11')
-
-package() {
-  cd "esptool-${pkgver}"
-  install -Dm755 "esptool.py" "${pkgdir}/usr/bin/esptool"
-}

Copied: esptool/repos/community-any/PKGBUILD (from rev 424160, esptool/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-01-18 17:56:50 UTC (rev 424161)
@@ -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.6
+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")
+sha512sums=('dd2e1815df07a491d5b41b709aafecb642f5b642c83b11e309986ba0ad827257e6b7bb93f4decd7ee37fd10a1ee7b36c836598c0c2e1e60118bf96397c187dfd')
+
+package() {
+  cd "esptool-${pkgver}"
+  install -Dm755 "esptool.py" "${pkgdir}/usr/bin/esptool"
+}



More information about the arch-commits mailing list