diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2013-01-24 10:30:46 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2013-01-24 10:30:46 -0300 |
commit | 328b5407de9f088d32c429b1b37f6efde3da06f8 (patch) | |
tree | 99b9a1286dd5d2b2a4f8a9ab4d4976b2a92cdf04 /extra/c-ares/PKGBUILD | |
parent | bc45ad1bcb68d9ab4af8a7419beb52606ff4c7b2 (diff) | |
parent | 570e3637e2a4ba372dabbbbb8953d7b4ccdcaa39 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/dee/PKGBUILD
community/kadu/PKGBUILD
extra/boost/PKGBUILD
extra/calligra/PKGBUILD
extra/mesa/PKGBUILD
extra/php/PKGBUILD
extra/qt/PKGBUILD
extra/webkitgtk/PKGBUILD
extra/xorg-xsetroot/PKGBUILD
Diffstat (limited to 'extra/c-ares/PKGBUILD')
-rw-r--r-- | extra/c-ares/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/c-ares/PKGBUILD b/extra/c-ares/PKGBUILD index 2b3868c2d..d47d62396 100644 --- a/extra/c-ares/PKGBUILD +++ b/extra/c-ares/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 161977 2012-06-17 22:25:00Z dreisner $ +# $Id: PKGBUILD 175878 2013-01-23 00:23:32Z dreisner $ # Maintainer: Dave Reisner <dreisner@archlinux.org> # Contributor: Daniel J Griffiths <ghost1227@archlinux.us> # Contributor: Jeff Mickey <jeff@archlinux.org> # Contributor: Alexander Fehr <pizzapunk gmail com> pkgname=c-ares -pkgver=1.9.0 +pkgver=1.9.1 pkgrel=1 pkgdesc='C library that performs DNS requests and name resolves asynchronously' arch=('i686' 'x86_64' 'mips64el') @@ -15,8 +15,8 @@ depends=('glibc') options=('!libtool') source=("http://c-ares.haxx.se/download/$pkgname-$pkgver.tar.gz"{,.asc} 'LICENSE') -md5sums=('c1a61a5a9db15129ba538f724de50ded' - '5cfadabe6c9cb1e0aa879803129bcfe3' +md5sums=('389db4917a3b58c4ce4ebfe961fd84c4' + '8a180aabbd7565e1a9f3ca5c6be6e99c' 'c69f2042941b708ce3e7121424d0b7e6') build() { |