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

Florian Pritz bluewind at archlinux.org
Tue Jul 28 14:13:51 UTC 2015


    Date: Tuesday, July 28, 2015 @ 16:13:51
  Author: bluewind
Revision: 242565

archrelease: copy trunk to core-any

Added:
  netctl/repos/core-any/PKGBUILD
    (from rev 242564, netctl/trunk/PKGBUILD)
Deleted:
  netctl/repos/core-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-07-28 14:12:54 UTC (rev 242564)
+++ PKGBUILD	2015-07-28 14:13:51 UTC (rev 242565)
@@ -1,36 +0,0 @@
-# Maintainer: Jouke Witteveen <j.witteveen at gmail.com>
-
-pkgname=netctl
-pkgver=1.11
-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=(ftp://ftp.archlinux.org/other/packages/netctl/netctl-${pkgver}.tar.xz{,.sig})
-arch=('any')
-md5sums=('1465a0595af16fd88a5f1ecdcebc0f0c'
-         'c6a69063c4eb98099d34cbf19ca206a7')
-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/core-any/PKGBUILD (from rev 242564, netctl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-07-28 14:13:51 UTC (rev 242565)
@@ -0,0 +1,36 @@
+# Maintainer: Jouke Witteveen <j.witteveen at gmail.com>
+
+pkgname=netctl
+pkgver=1.11
+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=('1465a0595af16fd88a5f1ecdcebc0f0c'
+         'c6a69063c4eb98099d34cbf19ca206a7')
+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"
+}
+



More information about the arch-commits mailing list