diff options
Diffstat (limited to 'community/macchanger/PKGBUILD')
-rw-r--r-- | community/macchanger/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/macchanger/PKGBUILD b/community/macchanger/PKGBUILD index 4d9b37ea1..a42f7aa87 100644 --- a/community/macchanger/PKGBUILD +++ b/community/macchanger/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 82851 2013-01-25 02:08:04Z kkeen $ +# $Id: PKGBUILD 87606 2013-04-04 02:46:04Z kkeen $ # Maintainer: Kyle Keen <keenerd@gmail.com> # Contributor: Daniel J Griffiths <ghost1227@archlinux.us> pkgname=macchanger -pkgver=1.5.0 -pkgrel=6 +pkgver=1.6.0 +pkgrel=1 pkgdesc="A small utility to change your NIC's MAC address" arch=('i686' 'x86_64' 'mips64el') url="http://ftp.gnu.org/gnu/macchanger" license=('GPL') source=(http://ftp.gnu.org/gnu/macchanger/${pkgname}-${pkgver}.tar.gz) -md5sums=('79b7cdaeca3d8ebafa764c4b0dd03ab7') +md5sums=('1257b18e9067a8192c9747da52aabdda') build() { cd "${srcdir}/${pkgname}-${pkgver}" |