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

Christian Hesse eworm at gemini.archlinux.org
Sat Aug 21 18:12:25 UTC 2021


    Date: Saturday, August 21, 2021 @ 18:12:24
  Author: eworm
Revision: 1004165

upgpkg: keepalived 2.2.4-1: new upstream release

Modified:
  keepalived/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++-------------
 1 file changed, 3 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-21 18:04:45 UTC (rev 1004164)
+++ PKGBUILD	2021-08-21 18:12:24 UTC (rev 1004165)
@@ -2,7 +2,7 @@
 # Contributor: Andrea Zucchelli <zukka77 at gmail.com>
 
 pkgname=keepalived
-pkgver=2.2.3
+pkgver=2.2.4
 pkgrel=1
 pkgdesc='Failover and monitoring daemon for LVS clusters'
 arch=('x86_64')
@@ -14,19 +14,9 @@
 optdepends=('ipset: ipset support')
 makedepends=('libnfnetlink' 'ipset' 'systemd')
 options=('!emptydirs')
-source=("https://www.keepalived.org/software/$pkgname-$pkgver.tar.gz"
-        '0001-symlink-genhash.patch')
-sha256sums=('8391e511c47c256bce4c93169b924da3d37e3f4d88fadc124fae052dc62f302c'
-            '5ca0af6e4ce60eb611d9d17801057670685c6a98f0ae43c3f60f68f0efdf0606')
+source=("https://www.keepalived.org/software/$pkgname-$pkgver.tar.gz")
+sha256sums=('0138d69087d44beaaa589527f0cfa6885958b320a837147d02b6b7df73ebc1df')
 
-prepare() {
-  cd $pkgname-$pkgver
-
-  patch -Np1 < ../0001-symlink-genhash.patch
-
-  autoreconf
-}
-
 build() {
   # trick broken ./configure systemctl test
   printf "#!/bin/sh\necho -.mount\n" > systemctl



More information about the arch-commits mailing list