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

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


    Date: Saturday, January 14, 2017 @ 17:38:16
  Author: seblu
Revision: 207362

upgpkg: lldpd 0.9.5-3

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

Modified:
  lldpd/trunk/PKGBUILD
  lldpd/trunk/lldpd.sysusers
Deleted:
  lldpd/trunk/lldpd.install

----------------+
 PKGBUILD       |   12 +++++++-----
 lldpd.install  |   11 -----------
 lldpd.sysusers |    1 +
 3 files changed, 8 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-14 17:30:32 UTC (rev 207361)
+++ PKGBUILD	2017-01-14 17:38:16 UTC (rev 207362)
@@ -4,24 +4,26 @@
 
 pkgname=lldpd
 pkgver=0.9.5
-pkgrel=2
+pkgrel=3
 pkgdesc='802.1ab implementation (LLDP) to help you locate neighbors'
 arch=('i686' 'x86_64')
-url='http://vincentbernat.github.io/lldpd/'
+url='https://vincentbernat.github.io/lldpd/'
 license=('custom:ISC' 'GPL')
 depends=('glibc' 'libevent' 'libbsd' 'zlib' 'openssl' 'pciutils' 'perl'
          'libxml2' 'net-snmp' 'jansson')
 backup=('etc/lldpd.conf')
-install=$pkgname.install
-source=("http://media.luffy.cx/files/lldpd/lldpd-$pkgver.tar.gz"
+source=("https://media.luffy.cx/files/lldpd/lldpd-$pkgver.tar.gz"
+        "lldpd-$pkgver.tar.gz.sig::https://media.luffy.cx/files/lldpd/lldpd-$pkgver.tar.gz.gpg"
         'LICENSE'
         'lldpd.service'
         'lldpd.sysusers'
         'lldpd.tmpfiles')
+validpgpkeys=('AEF2348766F371C689A7360095A42FE8353525F9') # Vincent Bernat <bernat at luffy.cx>
 md5sums=('b44f8858f54d702f8a4a8f9a3f8ae2eb'
+         'd899e761d533b1d1e46b677296b7e002'
          '8ae98663bac55afe5d989919d296f28a'
          'a650af7390db0632480184f9f2e7ee4a'
-         '8623610442a9d553de764b50046cd6d3'
+         '1d3a5451d44f67e3786d082c150639a4'
          '00a82f466404aec01b074503633d12ba')
 
 build() {

Deleted: lldpd.install
===================================================================
--- lldpd.install	2017-01-14 17:30:32 UTC (rev 207361)
+++ lldpd.install	2017-01-14 17:38:16 UTC (rev 207362)
@@ -1,11 +0,0 @@
-#/bin/bash
-
-# arg 1:  the new package version
-post_install() {
-  # https://wiki.archlinux.org/index.php/DeveloperWiki:UID_/_GID_Database
-  systemd-sysusers lldpd.conf
-  systemd-tmpfiles --create lldpd.conf
-  true
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Modified: lldpd.sysusers
===================================================================
--- lldpd.sysusers	2017-01-14 17:30:32 UTC (rev 207361)
+++ lldpd.sysusers	2017-01-14 17:38:16 UTC (rev 207362)
@@ -1 +1,2 @@
+# https://wiki.archlinux.org/index.php/DeveloperWiki:UID_/_GID_Database
 u lldpd 127 - -



More information about the arch-commits mailing list