[arch-commits] Commit in netctl/repos/testing-any (PKGBUILD PKGBUILD)

2017-03-15 Thread Florian Pritz
Date: Wednesday, March 15, 2017 @ 07:42:55
  Author: bluewind
Revision: 290855

archrelease: copy trunk to testing-any

Added:
  netctl/repos/testing-any/PKGBUILD
(from rev 290854, netctl/trunk/PKGBUILD)
Deleted:
  netctl/repos/testing-any/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-15 07:42:47 UTC (rev 290854)
+++ PKGBUILD2017-03-15 07:42:55 UTC (rev 290855)
@@ -1,36 +0,0 @@
-# Maintainer: Jouke Witteveen 
-
-pkgname=netctl
-pkgver=1.13
-pkgrel=1
-pkgdesc='Profile based systemd network management'
-url='http://projects.archlinux.org/netctl.git/'
-license=('GPL')
-groups=('base')
-depends=('coreutils' 'iproute2' 'openresolv' 'systemd')
-# The source tarball includes pre-built (using asciidoc) documentation.
-makedepends=('pkg-config')
-optdepends=('dialog: for the menu based wifi assistant'
-'dhclient: for DHCP support (or dhcpcd)'
-'dhcpcd: for DHCP support (or dhclient)'
-'wpa_supplicant: for wireless networking support'
-'ifplugd: for automatic wired connections through netctl-ifplugd'
-'wpa_actiond: for automatic wireless connections through 
netctl-auto'
-'ppp: for PPP connections'
-'openvswitch: for Open vSwitch connections'
-   )
-source=(https://sources.archlinux.org/other/packages/netctl/netctl-${pkgver}.tar.xz{,.sig})
-arch=('any')
-md5sums=('a8ae5a62d10d7660bb2dd43faee8b794'
- 'SKIP')
-validpgpkeys=('CFA6AF15E5C74149FC1D8C086D1655C14CE1C13E')  # Florian Pritz
-
-package() {
-  cd "$srcdir/netctl-${pkgver}"
-  make DESTDIR="$pkgdir" install
-
-  # Shell Completion
-  install -D -m644 contrib/bash-completion 
"$pkgdir/usr/share/bash-completion/completions/netctl"
-  install -D -m644 contrib/zsh-completion 
"$pkgdir/usr/share/zsh/site-functions/_netctl"
-}
-

Copied: netctl/repos/testing-any/PKGBUILD (from rev 290854, 
netctl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-15 07:42:55 UTC (rev 290855)
@@ -0,0 +1,36 @@
+# Maintainer: Jouke Witteveen 
+
+pkgname=netctl
+pkgver=1.13
+pkgrel=2
+pkgdesc='Profile based systemd network management'
+url='http://projects.archlinux.org/netctl.git/'
+license=('GPL')
+groups=('base')
+depends=('coreutils' 'iproute2' 'openresolv' 'systemd>=233')
+# The source tarball includes pre-built (using asciidoc) documentation.
+makedepends=('pkg-config')
+optdepends=('dialog: for the menu based wifi assistant'
+'dhclient: for DHCP support (or dhcpcd)'
+'dhcpcd: for DHCP support (or dhclient)'
+'wpa_supplicant: for wireless networking support'
+'ifplugd: for automatic wired connections through netctl-ifplugd'
+'wpa_actiond: for automatic wireless connections through 
netctl-auto'
+'ppp: for PPP connections'
+'openvswitch: for Open vSwitch connections'
+   )
+source=(https://sources.archlinux.org/other/packages/netctl/netctl-${pkgver}.tar.xz{,.sig})
+arch=('any')
+md5sums=('a8ae5a62d10d7660bb2dd43faee8b794'
+ '9ccefe82154463411d1e9b12ee3bd925')
+validpgpkeys=('CFA6AF15E5C74149FC1D8C086D1655C14CE1C13E')  # Florian Pritz
+
+package() {
+  cd "$srcdir/netctl-${pkgver}"
+  make DESTDIR="$pkgdir" install
+
+  # Shell Completion
+  install -D -m644 contrib/bash-completion 
"$pkgdir/usr/share/bash-completion/completions/netctl"
+  install -D -m644 contrib/zsh-completion 
"$pkgdir/usr/share/zsh/site-functions/_netctl"
+}
+


[arch-commits] Commit in netctl/repos/testing-any (PKGBUILD PKGBUILD)

2016-06-13 Thread Florian Pritz
Date: Monday, June 13, 2016 @ 17:13:36
  Author: bluewind
Revision: 269452

archrelease: copy trunk to testing-any

Added:
  netctl/repos/testing-any/PKGBUILD
(from rev 269451, netctl/trunk/PKGBUILD)
Deleted:
  netctl/repos/testing-any/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-13 15:13:33 UTC (rev 269451)
+++ PKGBUILD2016-06-13 15:13:36 UTC (rev 269452)
@@ -1,36 +0,0 @@
-# Maintainer: Jouke Witteveen 
-
-pkgname=netctl
-pkgver=1.12
-pkgrel=1
-pkgdesc='Profile based systemd network management'
-url='http://projects.archlinux.org/netctl.git/'
-license=('GPL')
-groups=('base')
-depends=('coreutils' 'iproute2' 'openresolv' 'systemd')
-# The source tarball includes pre-built (using asciidoc) documentation.
-makedepends=('pkg-config')
-optdepends=('dialog: for the menu based wifi assistant'
-'dhclient: for DHCP support (or dhcpcd)'
-'dhcpcd: for DHCP support (or dhclient)'
-'wpa_supplicant: for wireless networking support'
-'ifplugd: for automatic wired connections through netctl-ifplugd'
-'wpa_actiond: for automatic wireless connections through 
netctl-auto'
-'ppp: for PPP connections'
-'openvswitch: for Open vSwitch connections'
-   )
-source=(https://sources.archlinux.org/other/packages/netctl/netctl-${pkgver}.tar.xz{,.sig})
-arch=('any')
-md5sums=('8b7ccdfb585ea50f5b9022c265ba8c96'
- 'ce7b66719f03fd71142658abb103bd5a')
-validpgpkeys=('CFA6AF15E5C74149FC1D8C086D1655C14CE1C13E')  # Florian Pritz
-
-package() {
-  cd "$srcdir/netctl-${pkgver}"
-  make DESTDIR="$pkgdir" install
-
-  # Shell Completion
-  install -D -m644 contrib/bash-completion 
"$pkgdir/usr/share/bash-completion/completions/netctl"
-  install -D -m644 contrib/zsh-completion 
"$pkgdir/usr/share/zsh/site-functions/_netctl"
-}
-

Copied: netctl/repos/testing-any/PKGBUILD (from rev 269451, 
netctl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-13 15:13:36 UTC (rev 269452)
@@ -0,0 +1,36 @@
+# Maintainer: Jouke Witteveen 
+
+pkgname=netctl
+pkgver=1.12
+pkgrel=2
+pkgdesc='Profile based systemd network management'
+url='http://projects.archlinux.org/netctl.git/'
+license=('GPL')
+groups=('base')
+depends=('coreutils' 'iproute2' 'openresolv' 'systemd')
+# The source tarball includes pre-built (using asciidoc) documentation.
+makedepends=('pkg-config')
+optdepends=('dialog: for the menu based wifi assistant'
+'dhclient: for DHCP support (or dhcpcd)'
+'dhcpcd: for DHCP support (or dhclient)'
+'wpa_supplicant: for wireless networking support'
+'ifplugd: for automatic wired connections through netctl-ifplugd'
+'wpa_actiond: for automatic wireless connections through 
netctl-auto'
+'ppp: for PPP connections'
+'openvswitch: for Open vSwitch connections'
+   )
+source=(https://sources.archlinux.org/other/packages/netctl/netctl-${pkgver}.tar.xz{,.sig})
+arch=('any')
+md5sums=('8b7ccdfb585ea50f5b9022c265ba8c96'
+ 'ce7b66719f03fd71142658abb103bd5a')
+validpgpkeys=('CFA6AF15E5C74149FC1D8C086D1655C14CE1C13E')  # Florian Pritz
+
+package() {
+  cd "$srcdir/netctl-${pkgver}"
+  make DESTDIR="$pkgdir" install
+
+  # Shell Completion
+  install -D -m644 contrib/bash-completion 
"$pkgdir/usr/share/bash-completion/completions/netctl"
+  install -D -m644 contrib/zsh-completion 
"$pkgdir/usr/share/zsh/site-functions/_netctl"
+}
+


[arch-commits] Commit in netctl/repos/testing-any (PKGBUILD PKGBUILD)

2013-03-27 Thread Florian Pritz
Date: Wednesday, March 27, 2013 @ 22:32:02
  Author: bluewind
Revision: 180904

archrelease: copy trunk to testing-any

Added:
  netctl/repos/testing-any/PKGBUILD
(from rev 180903, netctl/trunk/PKGBUILD)
Deleted:
  netctl/repos/testing-any/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-27 21:31:56 UTC (rev 180903)
+++ PKGBUILD2013-03-27 21:32:02 UTC (rev 180904)
@@ -1,35 +0,0 @@
-# Maintainer: Jouke Witteveen j.wittev...@gmail.com
-
-pkgname=netctl
-pkgver=0.7
-pkgrel=1
-pkgdesc=Profile based systemd network management
-url=http://projects.archlinux.org/netctl.git/;
-license=(GPL)
-depends=(coreutils iproute2 openresolv)
-#makedepends=('asciidoc')  # The source tarball includes pre-built 
documentation.
-optdepends=('dialog: for the menu based wifi assistant'
-'dhclient: for DHCP support (or dhcpcd)'
-'dhcpcd: for DHCP support (or dhclient)'
-'wpa_supplicant: for wireless networking support'
-'ifplugd: for automatic wired connections through netctl-ifplugd'
-'wpa_actiond: for automatic wireless connections through 
netctl-auto'
-'ifenslave: for bond connections'
-'bridge-utils: for bridge connections'
-'ppp: for pppoe connections'
-   )
-conflicts=(netcfg)
-source=(ftp://ftp.archlinux.org/other/packages/netctl/netctl-${pkgver}.tar.xz{,.sig})
-arch=(any)
-md5sums=('eb419e300aab1e686347b8a4b497ce65'
- '7c2776c847faf1ac9370aa26331d47d9')
-
-package() {
-  cd $srcdir/netctl-${pkgver}
-  make DESTDIR=$pkgdir install
-
-  # Shell Completion
-  install -D -m644 contrib/bash-completion 
$pkgdir/usr/share/bash-completion/completions/netctl
-  install -D -m644 contrib/zsh-completion 
$pkgdir/usr/share/zsh/site-functions/_netctl
-}
-

Copied: netctl/repos/testing-any/PKGBUILD (from rev 180903, 
netctl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-27 21:32:02 UTC (rev 180904)
@@ -0,0 +1,35 @@
+# Maintainer: Jouke Witteveen j.wittev...@gmail.com
+
+pkgname=netctl
+pkgver=0.8
+pkgrel=1
+pkgdesc=Profile based systemd network management
+url=http://projects.archlinux.org/netctl.git/;
+license=(GPL)
+depends=(coreutils iproute2 openresolv)
+#makedepends=('asciidoc')  # The source tarball includes pre-built 
documentation.
+optdepends=('dialog: for the menu based wifi assistant'
+'dhclient: for DHCP support (or dhcpcd)'
+'dhcpcd: for DHCP support (or dhclient)'
+'wpa_supplicant: for wireless networking support'
+'ifplugd: for automatic wired connections through netctl-ifplugd'
+'wpa_actiond: for automatic wireless connections through 
netctl-auto'
+'ifenslave: for bond connections'
+'bridge-utils: for bridge connections'
+'ppp: for pppoe connections'
+   )
+conflicts=(netcfg)
+source=(ftp://ftp.archlinux.org/other/packages/netctl/netctl-${pkgver}.tar.xz{,.sig})
+arch=(any)
+md5sums=('00141793d66a31e8680ce07dda03bb95'
+ '6bc46e8ce44a8c047abfb86581debd63')
+
+package() {
+  cd $srcdir/netctl-${pkgver}
+  make DESTDIR=$pkgdir install
+
+  # Shell Completion
+  install -D -m644 contrib/bash-completion 
$pkgdir/usr/share/bash-completion/completions/netctl
+  install -D -m644 contrib/zsh-completion 
$pkgdir/usr/share/zsh/site-functions/_netctl
+}
+



[arch-commits] Commit in netctl/repos/testing-any (PKGBUILD PKGBUILD)

2013-03-19 Thread Florian Pritz
Date: Tuesday, March 19, 2013 @ 20:34:26
  Author: bluewind
Revision: 180294

archrelease: copy trunk to testing-any

Added:
  netctl/repos/testing-any/PKGBUILD
(from rev 180293, netctl/trunk/PKGBUILD)
Deleted:
  netctl/repos/testing-any/PKGBUILD

--+
 PKGBUILD |   69 ++---
 1 file changed, 35 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-19 19:34:19 UTC (rev 180293)
+++ PKGBUILD2013-03-19 19:34:26 UTC (rev 180294)
@@ -1,34 +0,0 @@
-# Maintainer: Jouke Witteveen j.wittev...@gmail.com
-
-pkgname=netctl
-pkgver=0.6
-pkgrel=1
-pkgdesc=Profile based systemd network management
-url=http://projects.archlinux.org/netctl.git/;
-license=(GPL)
-depends=(coreutils iproute2 openresolv)
-#makedepends=('asciidoc')  # The source tarball includes pre-built 
documentation.
-optdepends=('dialog: for the menu based wifi assistant'
-'dhclient: for DHCP support (or dhcpcd)'
-'dhcpcd: for DHCP support (or dhclient)'
-'wpa_supplicant: for wireless networking support'
-'ifplugd: for automatic wired connections through netctl-ifplugd'
-'wpa_actiond: for automatic wireless connections through 
netctl-auto'
-'ifenslave: for bond connections'
-'bridge-utils: for bridge connections'
-   )
-conflicts=(netcfg)
-source=(ftp://ftp.archlinux.org/other/packages/netctl/netctl-${pkgver}.tar.xz{,.sig})
-arch=(any)
-md5sums=('d19b6a30b388c3c713fac75326229068'
- '227a0da97d5c5fe15d1ce4c628e1adb9')
-
-package() {
-  cd $srcdir/netctl-${pkgver}
-  make DESTDIR=$pkgdir install
-
-  # Shell Completion
-  install -D -m644 contrib/bash-completion 
$pkgdir/usr/share/bash-completion/completions/netctl
-  install -D -m644 contrib/zsh-completion 
$pkgdir/usr/share/zsh/site-functions/_netctl
-}
-

Copied: netctl/repos/testing-any/PKGBUILD (from rev 180293, 
netctl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-19 19:34:26 UTC (rev 180294)
@@ -0,0 +1,35 @@
+# Maintainer: Jouke Witteveen j.wittev...@gmail.com
+
+pkgname=netctl
+pkgver=0.7
+pkgrel=1
+pkgdesc=Profile based systemd network management
+url=http://projects.archlinux.org/netctl.git/;
+license=(GPL)
+depends=(coreutils iproute2 openresolv)
+#makedepends=('asciidoc')  # The source tarball includes pre-built 
documentation.
+optdepends=('dialog: for the menu based wifi assistant'
+'dhclient: for DHCP support (or dhcpcd)'
+'dhcpcd: for DHCP support (or dhclient)'
+'wpa_supplicant: for wireless networking support'
+'ifplugd: for automatic wired connections through netctl-ifplugd'
+'wpa_actiond: for automatic wireless connections through 
netctl-auto'
+'ifenslave: for bond connections'
+'bridge-utils: for bridge connections'
+'ppp: for pppoe connections'
+   )
+conflicts=(netcfg)
+source=(ftp://ftp.archlinux.org/other/packages/netctl/netctl-${pkgver}.tar.xz{,.sig})
+arch=(any)
+md5sums=('eb419e300aab1e686347b8a4b497ce65'
+ '7c2776c847faf1ac9370aa26331d47d9')
+
+package() {
+  cd $srcdir/netctl-${pkgver}
+  make DESTDIR=$pkgdir install
+
+  # Shell Completion
+  install -D -m644 contrib/bash-completion 
$pkgdir/usr/share/bash-completion/completions/netctl
+  install -D -m644 contrib/zsh-completion 
$pkgdir/usr/share/zsh/site-functions/_netctl
+}
+



[arch-commits] Commit in netctl/repos/testing-any (PKGBUILD PKGBUILD)

2013-03-02 Thread Florian Pritz
Date: Saturday, March 2, 2013 @ 20:30:12
  Author: bluewind
Revision: 179058

archrelease: copy trunk to testing-any

Added:
  netctl/repos/testing-any/PKGBUILD
(from rev 179057, netctl/trunk/PKGBUILD)
Deleted:
  netctl/repos/testing-any/PKGBUILD

--+
 PKGBUILD |   67 ++---
 1 file changed, 34 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-02 19:30:06 UTC (rev 179057)
+++ PKGBUILD2013-03-02 19:30:12 UTC (rev 179058)
@@ -1,33 +0,0 @@
-# Maintainer: Jouke Witteveen j.wittev...@gmail.com
-
-pkgname=netctl
-pkgver=0.5
-pkgrel=1
-pkgdesc=Profile based systemd network management
-url=http://projects.archlinux.org/netctl.git/;
-license=(GPL)
-depends=(coreutils iproute2 openresolv)
-#makedepends=('asciidoc')  # The source tarball includes pre-built 
documentation.
-optdepends=('dialog: for the menu based wifi assistant'
-'dhclient: for DHCP support (or dhcpcd)'
-'dhcpcd: for DHCP support (or dhclient)'
-'wpa_supplicant: for wireless networking support'
-'ifplugd: for automatic wired connections through netctl-ifplugd'
-'wpa_actiond: for automatic wireless connections through 
netctl-auto'
-'ifenslave: for bond connections'
-'bridge-utils: for bridge connections'
-   )
-conflicts=(netcfg)
-source=(ftp://ftp.archlinux.org/other/packages/netctl/netctl-${pkgver}.tar.xz)
-arch=(any)
-md5sums=('9ceeb6de07e8cb80a218bdb7920edd98')
-
-package() {
-  cd $srcdir/netctl-${pkgver}
-  make DESTDIR=$pkgdir install
-
-  # Shell Completion
-  install -D -m644 contrib/bash-completion 
$pkgdir/usr/share/bash-completion/completions/netctl
-  install -D -m644 contrib/zsh-completion 
$pkgdir/usr/share/zsh/site-functions/_netctl
-}
-

Copied: netctl/repos/testing-any/PKGBUILD (from rev 179057, 
netctl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-02 19:30:12 UTC (rev 179058)
@@ -0,0 +1,34 @@
+# Maintainer: Jouke Witteveen j.wittev...@gmail.com
+
+pkgname=netctl
+pkgver=0.6
+pkgrel=1
+pkgdesc=Profile based systemd network management
+url=http://projects.archlinux.org/netctl.git/;
+license=(GPL)
+depends=(coreutils iproute2 openresolv)
+#makedepends=('asciidoc')  # The source tarball includes pre-built 
documentation.
+optdepends=('dialog: for the menu based wifi assistant'
+'dhclient: for DHCP support (or dhcpcd)'
+'dhcpcd: for DHCP support (or dhclient)'
+'wpa_supplicant: for wireless networking support'
+'ifplugd: for automatic wired connections through netctl-ifplugd'
+'wpa_actiond: for automatic wireless connections through 
netctl-auto'
+'ifenslave: for bond connections'
+'bridge-utils: for bridge connections'
+   )
+conflicts=(netcfg)
+source=(ftp://ftp.archlinux.org/other/packages/netctl/netctl-${pkgver}.tar.xz{,.sig})
+arch=(any)
+md5sums=('d19b6a30b388c3c713fac75326229068'
+ '227a0da97d5c5fe15d1ce4c628e1adb9')
+
+package() {
+  cd $srcdir/netctl-${pkgver}
+  make DESTDIR=$pkgdir install
+
+  # Shell Completion
+  install -D -m644 contrib/bash-completion 
$pkgdir/usr/share/bash-completion/completions/netctl
+  install -D -m644 contrib/zsh-completion 
$pkgdir/usr/share/zsh/site-functions/_netctl
+}
+



[arch-commits] Commit in netctl/repos/testing-any (PKGBUILD PKGBUILD)

2013-02-06 Thread Florian Pritz
Date: Wednesday, February 6, 2013 @ 19:36:39
  Author: bluewind
Revision: 177521

archrelease: copy trunk to testing-any

Added:
  netctl/repos/testing-any/PKGBUILD
(from rev 177520, netctl/trunk/PKGBUILD)
Deleted:
  netctl/repos/testing-any/PKGBUILD

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-06 18:36:27 UTC (rev 177520)
+++ PKGBUILD2013-02-06 18:36:39 UTC (rev 177521)
@@ -1,33 +0,0 @@
-# Maintainer: Jouke Witteveen j.wittev...@gmail.com
-
-pkgname=netctl
-pkgver=0.5
-pkgrel=1
-pkgdesc=Profile based systemd network management
-url=http://projects.archlinux.org/netctl.git/;
-license=(GPL)
-depends=(coreutils iproute2 openresolv)
-#makedepends=('asciidoc')  # The source tarball includes pre-built 
documentation.
-optdepends=('dialog: for the menu based wifi assistant'
-'dhclient: for DHCP support (or dhcpcd)'
-'dhcpcd: for DHCP support (or dhclient)'
-'wpa_supplicant: for wireless networking support'
-'ifplugd: for automatic wired connections through netctl-ifplugd'
-'wpa_actiond: for automatic wireless connections through 
netctl-auto'
-'ifenslave: for bond connections'
-'bridge-utils: for bridge connections'
-   )
-conflicts=(netcfg)
-source=(ftp://ftp.archlinux.org/other/netctl/netctl-${pkgver}.tar.xz)
-arch=(any)
-md5sums=('9ceeb6de07e8cb80a218bdb7920edd98')
-
-package() {
-  cd $srcdir/netctl-${pkgver}
-  make DESTDIR=$pkgdir install
-
-  # Shell Completion
-  install -D -m644 contrib/bash-completion 
$pkgdir/usr/share/bash-completion/completions/netctl
-  install -D -m644 contrib/zsh-completion 
$pkgdir/usr/share/zsh/site-functions/_netctl
-}
-

Copied: netctl/repos/testing-any/PKGBUILD (from rev 177520, 
netctl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-06 18:36:39 UTC (rev 177521)
@@ -0,0 +1,33 @@
+# Maintainer: Jouke Witteveen j.wittev...@gmail.com
+
+pkgname=netctl
+pkgver=0.5
+pkgrel=1
+pkgdesc=Profile based systemd network management
+url=http://projects.archlinux.org/netctl.git/;
+license=(GPL)
+depends=(coreutils iproute2 openresolv)
+#makedepends=('asciidoc')  # The source tarball includes pre-built 
documentation.
+optdepends=('dialog: for the menu based wifi assistant'
+'dhclient: for DHCP support (or dhcpcd)'
+'dhcpcd: for DHCP support (or dhclient)'
+'wpa_supplicant: for wireless networking support'
+'ifplugd: for automatic wired connections through netctl-ifplugd'
+'wpa_actiond: for automatic wireless connections through 
netctl-auto'
+'ifenslave: for bond connections'
+'bridge-utils: for bridge connections'
+   )
+conflicts=(netcfg)
+source=(ftp://ftp.archlinux.org/other/packages/netctl/netctl-${pkgver}.tar.xz)
+arch=(any)
+md5sums=('9ceeb6de07e8cb80a218bdb7920edd98')
+
+package() {
+  cd $srcdir/netctl-${pkgver}
+  make DESTDIR=$pkgdir install
+
+  # Shell Completion
+  install -D -m644 contrib/bash-completion 
$pkgdir/usr/share/bash-completion/completions/netctl
+  install -D -m644 contrib/zsh-completion 
$pkgdir/usr/share/zsh/site-functions/_netctl
+}
+