diff options
author | root <root@rshg054.dnsready.net> | 2013-10-31 01:12:24 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-10-31 01:12:24 -0700 |
commit | b2a6f1b28b7fa31088cab9a90b0f5ab97948534d (patch) | |
tree | afa7b467e44b704b69c66862852a8c3118b8e308 /core/libtirpc/PKGBUILD | |
parent | 7c151ac5589d3dbef5972f69a62b847ecf565bfa (diff) |
Thu Oct 31 01:09:50 PDT 2013
Diffstat (limited to 'core/libtirpc/PKGBUILD')
-rw-r--r-- | core/libtirpc/PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/core/libtirpc/PKGBUILD b/core/libtirpc/PKGBUILD index bc6966c16..0092a7be9 100644 --- a/core/libtirpc/PKGBUILD +++ b/core/libtirpc/PKGBUILD @@ -1,17 +1,16 @@ -# $Id: PKGBUILD 185038 2013-05-10 16:21:42Z tomegun $ +# $Id: PKGBUILD 197801 2013-10-30 10:37:59Z allan $ # Maintainer: Tom Gundersen <teg@jklm.no> # Contributor: Tobias Powalowski <tpowa@archlinux.org> pkgname=libtirpc pkgver=0.2.3 -pkgrel=1 +pkgrel=2 pkgdesc="Transport Independent RPC library (SunRPC replacement)" arch=('i686' 'x86_64') url="http://libtirpc.sourceforge.net/" license=('BSD') depends=('libgssglue') backup=('etc/netconfig') -options=('!libtool') source=(http://downloads.sourceforge.net/sourceforge/libtirpc/${pkgname}-${pkgver}.tar.bz2 libtirpc-build.patch) |