diff options
Diffstat (limited to 'core/linux-atm/PKGBUILD')
-rw-r--r-- | core/linux-atm/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/linux-atm/PKGBUILD b/core/linux-atm/PKGBUILD index a14393a05..7d171ef97 100644 --- a/core/linux-atm/PKGBUILD +++ b/core/linux-atm/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 186297 2013-05-24 07:57:23Z tpowa $ +# $Id: PKGBUILD 197830 2013-10-30 11:05:41Z allan $ # Maintainer: Tobias Powalowski <tpowa@archlinux.org> # Contributor: Surain Mallawa Arachchi <mas@crc32.net> pkgname=linux-atm pkgver=2.5.2 -pkgrel=3 +pkgrel=4 pkgdesc="Drivers and tools to support ATM networking under Linux." arch=('i686' 'x86_64' 'mips64el') depends=('glibc') @@ -12,7 +12,7 @@ url="http://linux-atm.sourceforge.net/" license=(GPL) source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz man-pages.patch) -options=(!libtool !makeflags) +options=(!makeflags) md5sums=('d49499368c3cf15f73a05d9bce8824a8' '181390736336cdb615ae32f1ae5acfa6') |