Date: Thursday, April 1, 2010 @ 00:53:24 Author: allan Revision: 75251
upgpkg: openslp 1.2.1-3 openssl rebuild Modified: openslp/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-04-01 04:39:46 UTC (rev 75250) +++ PKGBUILD 2010-04-01 04:53:24 UTC (rev 75251) @@ -2,12 +2,12 @@ # Maintainer: Tobias Powalowski <[email protected]> pkgname=openslp pkgver=1.2.1 -pkgrel=2 +pkgrel=3 pkgdesc="Open-source implementation of Service Location Protocol" arch=(i686 x86_64) url="http://www.openslp.org" license=('BSD') -depends=('glibc' 'bash' 'openssl>=0.9.8b') +depends=('glibc' 'bash' 'openssl') backup=('etc/slp.conf' 'etc/slp.reg' 'etc/slp.spi') options=('!libtool') source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz rc.slpd)
