diff options
Diffstat (limited to 'community/net6/PKGBUILD')
-rw-r--r-- | community/net6/PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/community/net6/PKGBUILD b/community/net6/PKGBUILD index efdd4dbaf..b4e8db5d6 100644 --- a/community/net6/PKGBUILD +++ b/community/net6/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 89936 2013-05-05 21:30:50Z spupykin $ +# $Id: PKGBUILD 100257 2013-11-02 08:44:07Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve> # Contributor: William Rea <sillywilly@gmail.com> @@ -6,13 +6,12 @@ pkgname=net6 pkgver=1.3.14 -pkgrel=1 +pkgrel=2 pkgdesc="A library that provides a TCP protocol abstraction for C++" arch=('i686' 'x86_64' 'mips64el') url="http://gobby.0x539.de/" license=('LGPL') depends=('gnutls' 'libsigc++2.0') -options=('!libtool') source=(http://releases.0x539.de/$pkgname/$pkgname-$pkgver.tar.gz) md5sums=('be6db739f71c5c08421bf6181e77f3b2') |