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

Florian Pritz bluewind at archlinux.org
Wed Oct 11 18:25:34 UTC 2017


    Date: Wednesday, October 11, 2017 @ 18:25:33
  Author: bluewind
Revision: 307513

upgpkg: netctl 1.14-1

upstream update

Modified:
  netctl/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-11 17:34:34 UTC (rev 307512)
+++ PKGBUILD	2017-10-11 18:25:33 UTC (rev 307513)
@@ -1,8 +1,8 @@
 # Maintainer: Jouke Witteveen <j.witteveen at gmail.com>
 
 pkgname=netctl
-pkgver=1.13
-pkgrel=2
+pkgver=1.14
+pkgrel=1
 pkgdesc='Profile based systemd network management'
 url='http://projects.archlinux.org/netctl.git/'
 license=('GPL')
@@ -21,8 +21,8 @@
            )
 source=(https://sources.archlinux.org/other/packages/netctl/netctl-${pkgver}.tar.xz{,.sig})
 arch=('any')
-md5sums=('a8ae5a62d10d7660bb2dd43faee8b794'
-         '9ccefe82154463411d1e9b12ee3bd925')
+md5sums=('81aa248ecd0e787d49d1eed6dc7ffb1a'
+         '0b28bf18f648c05e048f8881786443ff')
 validpgpkeys=('CFA6AF15E5C74149FC1D8C086D1655C14CE1C13E')  # Florian Pritz
 
 package() {
@@ -31,6 +31,8 @@
 
   # Shell Completion
   install -D -m644 contrib/bash-completion "$pkgdir/usr/share/bash-completion/completions/netctl"
+  ln -s netctl "$pkgdir/usr/share/bash-completion/completions/netctl-auto"
+  ln -s netctl "$pkgdir/usr/share/bash-completion/completions/wifi-menu"
   install -D -m644 contrib/zsh-completion "$pkgdir/usr/share/zsh/site-functions/_netctl"
 }
 



More information about the arch-commits mailing list