diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-02-13 01:08:38 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-02-13 01:08:38 -0300 |
commit | 6b1c32bde545b9e47ab1fe83fdfb722ca6218393 (patch) | |
tree | ac8f75aa35fc81be9eaffe905ab498e7713b2f84 /core/iw/PKGBUILD | |
parent | 2c721caa534df76621bf07705ed0ea80efe44f8b (diff) | |
parent | 0020cc650ff973f269f23332e82fc097254d0adc (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/ccze/PKGBUILD
community/remind/PKGBUILD
core/iw/PKGBUILD
core/less/PKGBUILD
extra/davfs2/PKGBUILD
extra/ettercap/PKGBUILD
extra/gtk-xfce-engine/PKGBUILD
extra/imagemagick/PKGBUILD
extra/kismet/PKGBUILD
extra/libmp3splt/PKGBUILD
extra/php/PKGBUILD
extra/xfce4-verve-plugin/PKGBUILD
multilib/lib32-glib2/PKGBUILD
multilib/lib32-pcre/PKGBUILD
multilib/wine/PKGBUILD
staging/xorg-server/PKGBUILD
Diffstat (limited to 'core/iw/PKGBUILD')
-rw-r--r-- | core/iw/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/iw/PKGBUILD b/core/iw/PKGBUILD index 260ec0c2e..dd1cc2b0a 100644 --- a/core/iw/PKGBUILD +++ b/core/iw/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 135527 2011-08-14 20:37:21Z thomas $ +# $Id: PKGBUILD 149926 2012-02-11 23:08:41Z thomas $ # Maintainer: Thomas Bächler <thomas@archlinux.org> pkgname=iw -pkgver=3.0 -pkgrel=1.1 +pkgver=3.3 +pkgrel=1 pkgdesc="nl80211 based CLI configuration utility for wireless devices" arch=("i686" "x86_64" 'mips64el') url="http://wireless.kernel.org/en/users/Documentation/iw" @@ -11,7 +11,7 @@ license=("GPL") depends=("libnl") makedepends=("linux-api-headers" "pkg-config") source=(http://wireless.kernel.org/download/$pkgname/$pkgname-$pkgver.tar.bz2) -sha256sums=('a0ccbf1ce71ae4bdb05495ca18ab00a87c06dce2c3bf8b8358c615e60c4632fb') +sha256sums=('567f0d389dd7c9919832101aaa8e3863a463cb505545534eb46b4ddab4400e60') build() { cd "$srcdir"/$pkgname-$pkgver |