diff options
Diffstat (limited to 'core/rpcbind/PKGBUILD')
-rw-r--r-- | core/rpcbind/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/rpcbind/PKGBUILD b/core/rpcbind/PKGBUILD index 75cb39840..e536a2cbb 100644 --- a/core/rpcbind/PKGBUILD +++ b/core/rpcbind/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 157234 2012-04-26 13:06:13Z tpowa $ +# $Id: PKGBUILD 165796 2012-08-30 15:24:19Z tpowa $ # Maintainer: Tobias Powalowski <tpowa@archlinux.org> pkgname=rpcbind pkgver=0.2.0 -pkgrel=8 +pkgrel=9 pkgdesc="portmap replacement which supports RPC over various protocols" arch=(i686 x86_64) depends=('bash' 'glibc' 'libtirpc') @@ -16,7 +16,7 @@ source=(http://downloads.sourceforge.net/sourceforge/rpcbind/rpcbind-0.2.0.tar.b rpcbind) md5sums=('1a77ddb1aaea8099ab19c351eeb26316' 'c02ac36a98baac70b8a26190524b7b73' - 'd2615f4c0d58f154aab6e294997ac9be' + 'a7b23a32be2eb52d7dec52da36d4eba1' '78a963654f57cbb209e228884767836e') build() { |