Date: Sunday, December 31, 2017 @ 18:13:38
  Author: seblu
Revision: 313824

upgpkg: bird 2.0.0-3

- fix FS#56909

Modified:
  bird/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2017-12-30 23:54:06 UTC (rev 313823)
+++ PKGBUILD    2017-12-31 18:13:38 UTC (rev 313824)
@@ -3,13 +3,13 @@
 
 pkgname=bird
 pkgver=2.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc='RIP, OSPF, BGP, MPLS, BFD, Babbel routing daemon'
 arch=('x86_64')
 url='http://bird.network.cz/'
 license=('GPL2')
 backup=('etc/bird.conf')
-depends=('glibc' 'readline' 'ncurses')
+depends=('glibc' 'readline' 'ncurses' 'libssh')
 replaces=('bird6')
 source=("ftp://bird.network.cz/pub/bird/$pkgname-$pkgver.tar.gz";
         'bird.service'

Reply via email to