[arch-commits] Commit in bird/trunk (PKGBUILD)

Sébastien Luttringer seblu at gemini.archlinux.org
Wed Mar 23 09:45:55 UTC 2022


    Date: Wednesday, March 23, 2022 @ 09:45:55
  Author: seblu
Revision: 440600

upgpkg: bird 2.0.9-2

- fix FS#74085

Modified:
  bird/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-23 09:04:02 UTC (rev 440599)
+++ PKGBUILD	2022-03-23 09:45:55 UTC (rev 440600)
@@ -2,7 +2,7 @@
 
 pkgname=bird
 pkgver=2.0.9
-pkgrel=1
+pkgrel=2
 pkgdesc='RIP, OSPF, BGP, MPLS, BFD, Babel routing daemon'
 arch=('x86_64')
 url='https://bird.network.cz/'
@@ -12,9 +12,12 @@
 replaces=('bird6')
 options=(!emptydirs)
 source=("https://bird.network.cz/download/$pkgname-$pkgver.tar.gz"
-        'bird.service')
+        'bird.service'
+        'https://gitlab.nic.cz/labs/bird/-/commit/fcb4dd0c831339c4374ace17d8f2ae6ebfeed279.patch'
+        )
 sha256sums=('504a0f313c74238d16d7c6000fabeee02adf116b78ddb805696d9e7abb8a0b7d'
-            '4aa1e8d41229badd276aa3747f613e7df34761892add2258c63bdb5097dfeb2b')
+            '4aa1e8d41229badd276aa3747f613e7df34761892add2258c63bdb5097dfeb2b'
+            '3c48294673862dad68ac724310795b967561055bfb5ce28f47bd0cd7050cc4c4')
 
 prepare() {
   cd $pkgname-$pkgver



More information about the arch-commits mailing list