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
===================================================================
--- PKGBUILD 2013-03-02 19:30:06 UTC (rev 179057)
+++ PKGBUILD 2013-03-02 19:30:12 UTC (rev 179058)
@@ -1,33 +0,0 @@
-# Maintainer: Jouke Witteveen <[email protected]>
-
-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)
+++ PKGBUILD 2013-03-02 19:30:12 UTC (rev 179058)
@@ -0,0 +1,34 @@
+# Maintainer: Jouke Witteveen <[email protected]>
+
+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"
+}
+