[arch-commits] Commit in netctl/repos/testing-any (PKGBUILD PKGBUILD)
Florian Pritz
bluewind at archlinux.org
Wed Mar 15 07:42:55 UTC 2017
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
===================================================================
--- PKGBUILD 2017-03-15 07:42:47 UTC (rev 290854)
+++ PKGBUILD 2017-03-15 07:42:55 UTC (rev 290855)
@@ -1,36 +0,0 @@
-# Maintainer: Jouke Witteveen <j.witteveen at gmail.com>
-
-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)
+++ PKGBUILD 2017-03-15 07:42:55 UTC (rev 290855)
@@ -0,0 +1,36 @@
+# Maintainer: Jouke Witteveen <j.witteveen at gmail.com>
+
+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"
+}
+
More information about the arch-commits
mailing list