diff options
Diffstat (limited to 'community/libdnet/PKGBUILD')
-rw-r--r-- | community/libdnet/PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/community/libdnet/PKGBUILD b/community/libdnet/PKGBUILD index 2b2493659..28ab014d9 100644 --- a/community/libdnet/PKGBUILD +++ b/community/libdnet/PKGBUILD @@ -1,17 +1,16 @@ -# $Id: PKGBUILD 91834 2013-05-28 17:04:24Z spupykin $ +# $Id: PKGBUILD 100188 2013-11-01 21:06:01Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: James Fryman <jfryman@gmail.com> pkgname=libdnet pkgver=1.12 -pkgrel=7 +pkgrel=8 pkgdesc="A simplified, portable interface to several low-level networking routines" arch=(i686 x86_64 'mips64el') makedepends=(python2) optdepends=(python2) license=("BSD") url="http://code.google.com/p/libdnet/" -options=('!libtool') source=(http://libdnet.googlecode.com/files/libdnet-$pkgver.tgz) md5sums=('9253ef6de1b5e28e9c9a62b882e44cc9') |