[arch-commits] Commit in rpcbind/trunk (PKGBUILD)
Tobias Powalowski
tpowa at archlinux.org
Tue Jan 13 18:26:51 UTC 2015
Date: Tuesday, January 13, 2015 @ 19:26:51
Author: tpowa
Revision: 228986
upgpkg: rpcbind 0.2.2-1
bump to latest version, fix #41433
Modified:
rpcbind/trunk/PKGBUILD
----------+
PKGBUILD | 16 ++++++----------
1 file changed, 6 insertions(+), 10 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-01-13 17:20:55 UTC (rev 228985)
+++ PKGBUILD 2015-01-13 18:26:51 UTC (rev 228986)
@@ -2,22 +2,23 @@
# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
pkgname=rpcbind
-pkgver=0.2.1
-pkgrel=5
+pkgver=0.2.2
+pkgrel=1
pkgdesc="portmap replacement which supports RPC over various protocols"
arch=(i686 x86_64)
backup=('etc/conf.d/rpcbind')
-depends=('bash' 'glibc' 'libtirpc')
+makedepends=('systemd')
+depends=('bash' 'glibc' 'libtirpc' 'libsystemd')
url="http://rpcbind.sourceforge.net"
license=('custom')
replaces=('portmap')
-source=(http://downloads.sourceforge.net/sourceforge/rpcbind/rpcbind-0.2.1.tar.bz2
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2
rpcbind-sunrpc.patch
rpcbind.service
rpcbind.socket
rpcbind.conf)
install=rpcbind.install
-md5sums=('0a5f9c2142af814c55d957aaab3bcc68'
+md5sums=('8acf839bfef2364a05fbd6be5f8edf9a'
'c02ac36a98baac70b8a26190524b7b73'
'0f493a590c250267034e230e7bf1f894'
'e5a205cd7402fedaf74a744b2a22f0ad'
@@ -51,11 +52,6 @@
install -D -m644 $srcdir/rpcbind.service $pkgdir/usr/lib/systemd/system/rpcbind.service
# install system socket activation
install -D -m644 $srcdir/rpcbind.socket $pkgdir/usr/lib/systemd/system/rpcbind.socket
- # add symlinks
- mkdir $pkgdir/usr/lib/systemd/system/sockets.target.wants
- mkdir $pkgdir/usr/lib/systemd/system/multi-user.target.wants
- ln -sf ../rpcbind.socket $pkgdir/usr/lib/systemd/system/sockets.target.wants/rpcbind.socket
- ln -sf ../rpcbind.service $pkgdir/usr/lib/systemd/system/multi-user.target.wants/rpcbind.service
# add state directory
install -d -m 700 -o 32 -g 32 $pkgdir/var/lib/rpcbind
# install license
More information about the arch-commits
mailing list