index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
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 | |
parent | 2e3505e9700e3a3424c9ea101df75656fe139427 (diff) |
-rw-r--r-- | extra/libuv/PKGBUILD | 3 |
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 "$( |