Date: Tuesday, January 10, 2017 @ 20:07:47
Author: jelle
Revision: 206659
archrelease: copy trunk to community-any
Added:
esptool/repos/community-any/PKGBUILD
(from rev 206658, esptool/trunk/PKGBUILD)
Deleted:
esptool/repos/community-any/PKGBUILD
----------+
PKGBUILD | 52 ++++++++++++++++++++++++++--------------------------
1 file changed, 26 insertions(+), 26 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-01-10 20:02:37 UTC (rev 206658)
+++ PKGBUILD 2017-01-10 20:07:47 UTC (rev 206659)
@@ -1,26 +0,0 @@
-# Maintainer: Jelle van der Waa <[email protected]>
-# Contributor: Marcin (CTRL) Wieczorek <[email protected]>
-# Contributor: Marcin Kornat <[email protected]>
-# Contributor: MatejSpindler <[email protected]>
-
-pkgname=esptool
-pkgver=1.3
-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=('python2-pyserial')
-source=("https://github.com/themadinventor/esptool/archive/v${pkgver}.tar.gz")
-md5sums=('dbb0b9ba90d58e97d44a0602293b8f6c')
-
-prepare() {
- cd "esptool-${pkgver}"
- sed -i 's/python/python2/' esptool.py
-}
-
-package() {
- cd "esptool-${pkgver}"
- install -Dm755 "esptool.py" "${pkgdir}/usr/bin/esptool"
-}
Copied: esptool/repos/community-any/PKGBUILD (from rev 206658,
esptool/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-01-10 20:07:47 UTC (rev 206659)
@@ -0,0 +1,26 @@
+# Maintainer: Jelle van der Waa <[email protected]>
+# Contributor: Marcin (CTRL) Wieczorek <[email protected]>
+# Contributor: Marcin Kornat <[email protected]>
+# Contributor: MatejSpindler <[email protected]>
+
+pkgname=esptool
+pkgver=1.3
+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=('python2-pyserial')
+source=("https://github.com/themadinventor/esptool/archive/v${pkgver}.tar.gz")
+md5sums=('dbb0b9ba90d58e97d44a0602293b8f6c')
+
+prepare() {
+ cd "esptool-${pkgver}"
+ sed -i 's/python/python2/' esptool.py
+}
+
+package() {
+ cd "esptool-${pkgver}"
+ install -Dm755 "esptool.py" "${pkgdir}/usr/bin/esptool"
+}