summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonçalo Camelo Neves Pereira2018-04-01 23:53:50 +0100
committerGonçalo Camelo Neves Pereira2018-04-01 23:53:50 +0100
commitfba37f4bf161291db3e2a1983954e67508188979 (patch)
treeda8bef3a3720388602b4a4a3ffaa443a0cafdd5e
parent2c0cc3682670370aa577cb75e6b13919120c556c (diff)
downloadaur-fba37f4bf161291db3e2a1983954e67508188979.tar.gz
Source Fixed
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b7ffd273cbf3..17d422605060 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,7 +17,7 @@ pkgbase = esp-idf
depends = bison
depends = gperf
depends = python2-pyserial
- source = https://github.com/espressif/esp-idf/archive/v3.0-rc1.tar.gz
+ source = https://github.com/espressif/esp-idf/releases/download/v3.0-rc1/esp-idf-v3.0-rc1.zip
sha256sums = SKIP
pkgname = esp-idf
diff --git a/PKGBUILD b/PKGBUILD
index 0d332fa4ad67..5dd53906f519 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('i686' 'x86_64' 'aarch' 'aarch64' 'armv7h')
url="https://github.com/espressif/esp-idf"
license=('APACHE')
depends=('gcc' 'git' 'make' 'ncurses' 'flex' 'bison' 'gperf' 'python2-pyserial')
-source=(https://github.com/espressif/${pkgname}/archive/v${_pkgver}.tar.gz)
+source=(https://github.com/espressif/${pkgname}/releases/download/v${_pkgver}/${pkgname}-v${_pkgver}.zip)
sha256sums=('SKIP')
build() {