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

Sébastien Luttringer seblu at archlinux.org
Sat Jan 14 15:52:34 UTC 2017


    Date: Saturday, January 14, 2017 @ 15:52:33
  Author: seblu
Revision: 207347

upgpkg: ipvsadm 1.29-1

Modified:
  ipvsadm/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-14 15:28:34 UTC (rev 207346)
+++ PKGBUILD	2017-01-14 15:52:33 UTC (rev 207347)
@@ -3,7 +3,7 @@
 # Contributor: Judd Vinet <jvinet at zeroflux.org>
 
 pkgname=ipvsadm
-pkgver=1.28
+pkgver=1.29
 pkgrel=1
 pkgdesc='The IP Virtual Server administration utility'
 arch=('i686' 'x86_64')
@@ -13,11 +13,13 @@
 backup=("etc/$pkgname.conf")
 options=('!makeflags')
 install=$pkgname.install
-source=("https://kernel.org/pub/linux/utils/kernel/ipvsadm/$pkgname-$pkgver.tar.xz"
+source=("https://kernel.org/pub/linux/utils/kernel/ipvsadm/$pkgname-$pkgver.tar."{xz,sign}
         "$pkgname.systemd"
         "$pkgname.service")
+validpgpkeys=('D893F72888349DB4F170F9A23A554D033B37BCED') # Jesper Dangaard Brouer (RedHat)
 # upstream provides sha256sums of release
-sha256sums=('90e0e49cad5acb9db1c04ed4cdadf7933152a472c2f694039b9d7a291c37f3ab'
+sha256sums=('c3de4a21d90a02c621f0c72ee36a7aa27374b6f29fd4178f33fbf71b4c66c149'
+            'SKIP'
             '4960ea254128347b03665d51817f29cb643cf2ebca13f5f46649257552ad3ceb'
             '25506d07f412cccab6f2f3a2a1900d5eeda27bc58602d14f44910c4e036b5341')
 
@@ -27,8 +29,8 @@
   local filename
   for filename in "${source[@]}"; do
     if [[ "$filename" =~ \.patch$ ]]; then
-      msg2 "Applying patch $filename"
-      patch -p1 -N -i "$srcdir/$filename"
+      msg2 "Applying patch ${filename##*/}"
+      patch -p1 -N -i "$srcdir/${filename##*/}"
     fi
   done
   :



More information about the arch-commits mailing list