[arch-commits] Commit in ndisc6/trunk (PKGBUILD ndisc6.install)

Sébastien Luttringer seblu at archlinux.org
Sat Jan 14 17:56:57 UTC 2017


    Date: Saturday, January 14, 2017 @ 17:56:57
  Author: seblu
Revision: 207374

upgpkg: ndisc6 1.0.3-2

https://www.archlinux.org/todo/pacman-hooks-systemd-sysuserstmpfiles/
https://www.archlinux.org/todo/use-gpg-signatures-and-https-sources/

Modified:
  ndisc6/trunk/PKGBUILD
  ndisc6/trunk/ndisc6.install

----------------+
 PKGBUILD       |    8 +++++---
 ndisc6.install |    5 -----
 2 files changed, 5 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-14 17:53:29 UTC (rev 207373)
+++ PKGBUILD	2017-01-14 17:56:57 UTC (rev 207374)
@@ -5,19 +5,21 @@
 
 pkgname=ndisc6
 pkgver=1.0.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Collection of IPv6 networking utilities'
 arch=('i686' 'x86_64')
-url='http://www.remlab.net/ndisc6/'
+url='https://www.remlab.net/ndisc6/'
 license=('GPL')
 depends=('glibc' 'perl')
 makedepends=('glibc' 'gcc' 'systemd')
 options=('!emptydirs')
 install=$pkgname.install
-source=("http://www.remlab.net/files/ndisc6/$pkgname-$pkgver.tar.bz2"
+source=("https://www.remlab.net/files/ndisc6/$pkgname-$pkgver.tar.bz2"{,.asc}
 	      'rdnssd at .service'
         'resolvconf-hook')
+validpgpkeys=('9480583353E334D2F03FE80CC3EC6DBEDD6D12BD') # Rémi Denis-Courmont <remi at remlab.net>
 md5sums=('21afdaa3a5a5c1ce50eb7f2b7d795989'
+         'SKIP'
          '58b44cbe6d38082fb299eb136754bf31'
          '48d0a77ed9536cd0d4642e1f1ca0b255')
 

Modified: ndisc6.install
===================================================================
--- ndisc6.install	2017-01-14 17:53:29 UTC (rev 207373)
+++ ndisc6.install	2017-01-14 17:56:57 UTC (rev 207374)
@@ -1,11 +1,6 @@
 #!/bin/bash
 
 # arg 1:  the new package version
-post_install() {
-  systemd-tmpfiles --create ndisc6.conf
-}
-
-# arg 1:  the new package version
 # arg 2:  the old package version
 post_upgrade() {
   if (( "$(vercmp $2 1.0.2-7)" <= 0 )); then



More information about the arch-commits mailing list