diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-08-17 19:28:33 +0000 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-08-17 19:28:33 +0000 |
commit | e2323e6e7622a5c4a90dee70afd94a03281e3471 (patch) | |
tree | b9650daa819645047a29ffe5973019531f96d23b /extra/libuv/PKGBUILD | |
parent | 2e3505e9700e3a3424c9ea101df75656fe139427 (diff) | |
download | packages-e2323e6e7622a5c4a90dee70afd94a03281e3471.tar.xz |
extra/libuv: temporary download fix for libuv
Diffstat (limited to 'extra/libuv/PKGBUILD')
-rw-r--r-- | extra/libuv/PKGBUILD | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/extra/libuv/PKGBUILD b/extra/libuv/PKGBUILD index 39ff340b..875804ad 100644 --- a/extra/libuv/PKGBUILD +++ b/extra/libuv/PKGBUILD @@ -1,5 +1,8 @@ # 486-specific if [ "${CARCH}" = "i486" ]; then + # archive link is wrong + source[0]="https://github.com/libuv/libuv/archive/v$pkgver.tar.gz" + # no python sphinx makedepends=(${makedepends[@]//python-sphinx/}) eval "$( |