diff options
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 fb70c3cc8..b88305735 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 mips64el) 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) |