mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
Some Core PKGBUILD fixes
This commit is contained in:
parent
6efba2139b
commit
915aaa98fd
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
||||||
# $Id: PKGBUILD 42552 2009-06-15 19:41:20Z tpowa $
|
|
||||||
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
|
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
|
||||||
|
|
||||||
pkgname=rpcbind
|
pkgname=rpcbind
|
||||||
pkgver=0.2.0
|
pkgver=0.2.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="portmap replacement which supports RPC over various protocols"
|
pkgdesc="portmap replacement which supports RPC over various protocols"
|
||||||
arch=(i686 x86_64)
|
arch=('arm')
|
||||||
depends=('bash' 'glibc' 'libtirpc')
|
depends=('bash' 'glibc' 'libtirpc')
|
||||||
url="http://rpcbind.sourceforge.net"
|
url="http://rpcbind.sourceforge.net"
|
||||||
license=('custom')
|
license=('custom')
|
||||||
|
|
Loading…
Reference in a new issue