diff options
author | Joe <joe@joelightning.com> | 2011-11-22 12:56:37 +0000 |
---|---|---|
committer | Joe <joe@joelightning.com> | 2011-11-22 12:56:37 +0000 |
commit | a6fb2c8001069903f7c5cc9f71d05354e44b5688 (patch) | |
tree | 0c74e7f7461199b73f7ce531488b4ffab6976b23 | |
parent | 9d6dd0a34cb8bd599c4d06c54dbd247ede60267f (diff) |
fixed link
-rw-r--r-- | extra/c-ares/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/c-ares/PKGBUILD b/extra/c-ares/PKGBUILD index 75c8351dc..2097e0509 100644 --- a/extra/c-ares/PKGBUILD +++ b/extra/c-ares/PKGBUILD @@ -12,7 +12,7 @@ url='http://c-ares.haxx.se/' license=('custom') depends=('glibc') options=('!libtool') -source=(http://c-ares.haxx.se/${pkgname}-${pkgver}.tar.gz +source=(http://c-ares.haxx.se/download/${pkgname}-${pkgver}.tar.gz LICENSE) md5sums=('dd71e8f07d9f3c837e12a5416d1b7f73' 'c69f2042941b708ce3e7121424d0b7e6') |