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

Sébastien Luttringer seblu at gemini.archlinux.org
Fri Jul 1 22:14:34 UTC 2022


    Date: Friday, July 1, 2022 @ 22:14:32
  Author: seblu
Revision: 449729

upgpkg: bird 2.0.10-1

Modified:
  bird/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-01 22:12:37 UTC (rev 449728)
+++ PKGBUILD	2022-07-01 22:14:32 UTC (rev 449729)
@@ -1,8 +1,8 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=bird
-pkgver=2.0.9
-pkgrel=2
+pkgver=2.0.10
+pkgrel=1
 pkgdesc='RIP, OSPF, BGP, MPLS, BFD, Babel routing daemon'
 arch=('x86_64')
 url='https://bird.network.cz/'
@@ -13,11 +13,9 @@
 options=(!emptydirs)
 source=("https://bird.network.cz/download/$pkgname-$pkgver.tar.gz"
         'bird.service'
-        'https://gitlab.nic.cz/labs/bird/-/commit/fcb4dd0c831339c4374ace17d8f2ae6ebfeed279.patch'
         )
-sha256sums=('504a0f313c74238d16d7c6000fabeee02adf116b78ddb805696d9e7abb8a0b7d'
-            '4aa1e8d41229badd276aa3747f613e7df34761892add2258c63bdb5097dfeb2b'
-            '3c48294673862dad68ac724310795b967561055bfb5ce28f47bd0cd7050cc4c4')
+sha256sums=('7ed341ddd8dc87fa9736586b3515447a8436fec442d65f4022155ab9de1ffd5a'
+            '4aa1e8d41229badd276aa3747f613e7df34761892add2258c63bdb5097dfeb2b')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -25,7 +23,7 @@
   local filename
   for filename in "${source[@]}"; do
     if [[ "$filename" =~ \.patch$ ]]; then
-      msg2 "Applying patch ${filename##*/}"
+      echo "Applying patch ${filename##*/}"
       patch -p1 -N -i "$srcdir/${filename##*/}"
     fi
   done



More information about the arch-commits mailing list