Date: Tuesday, May 14, 2013 @ 19:49:33 Author: seblu Revision: 90842 upgpkg: bird 1.3.10-4
Modified: bird/trunk/PKGBUILD bird/trunk/bird6.service ---------------+ PKGBUILD | 4 ++-- bird6.service | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-05-14 13:28:51 UTC (rev 90841) +++ PKGBUILD 2013-05-14 17:49:33 UTC (rev 90842) @@ -4,7 +4,7 @@ pkgbase=bird pkgname=('bird' 'bird6') pkgver=1.3.10 -pkgrel=3 +pkgrel=4 arch=('i686' 'x86_64') url='http://bird.network.cz/' license=('GPL2') @@ -14,7 +14,7 @@ 'bird6.service') md5sums=('553c331b32bca9e926519cb2f67d68be' '01360e3b71ff2ed2223e87a3176e0659' - 'e03f7c51293d81ad260fd47176ea5765') + 'b895b473cbc98cfd54751f737536eb1e') build() { cd $pkgbase-$pkgver Modified: bird6.service =================================================================== --- bird6.service 2013-05-14 13:28:51 UTC (rev 90841) +++ bird6.service 2013-05-14 17:49:33 UTC (rev 90842) @@ -5,7 +5,7 @@ [Service] ExecStart=/usr/bin/bird6 -d ExecReload=/usr/bin/birdc6 configure -ExecStop=/usr/bin/bird6c down +ExecStop=/usr/bin/birdc6 down [Install] WantedBy=multi-user.target