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

Florian Pritz bluewind at nymeria.archlinux.org
Tue Mar 4 11:52:29 UTC 2014


    Date: Tuesday, March 4, 2014 @ 12:52:29
  Author: bluewind
Revision: 206654

upgpkg: netctl 1.5-1

upstream update

Modified:
  netctl/trunk/PKGBUILD

----------+
 PKGBUILD |   29 ++++++++++-------------------
 1 file changed, 10 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-04 11:18:26 UTC (rev 206653)
+++ PKGBUILD	2014-03-04 11:52:29 UTC (rev 206654)
@@ -1,8 +1,8 @@
 # Maintainer: Jouke Witteveen <j.witteveen at gmail.com>
 
 pkgname=netctl
-pkgver=1.4
-pkgrel=2
+pkgver=1.5
+pkgrel=1
 pkgdesc='Profile based systemd network management'
 url='http://projects.archlinux.org/netctl.git/'
 license=('GPL')
@@ -16,28 +16,19 @@
             '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'
             'ppp: for pppoe connections'
            )
-source=(ftp://ftp.archlinux.org/other/packages/netctl/netctl-${pkgver}.tar.xz{,.sig}
-0001-Fix-typo-in-detection-of-hex-keys.patch)
+source=(ftp://ftp.archlinux.org/other/packages/netctl/netctl-${pkgver}.tar.xz{,.sig})
 arch=('any')
-md5sums=('825f07c432bff1de0254ab800f22cb61'
-         'SKIP'
-         '951b058a3c9879b77a2e0d211bb03111')
+md5sums=('69d3711d3444a8668a2fd18be9445748'
+         '52631979acadb59b23693e0be6d9b6e4')
 
- prepare() {
-	cd "$srcdir/netctl-${pkgver}"
-	patch -p1 -i "$srcdir/0001-Fix-typo-in-detection-of-hex-keys.patch"
- }
-
 package() {
-	cd "$srcdir/netctl-${pkgver}"
-	make DESTDIR="$pkgdir" install
+  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"
+  # 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"
 }
 
-# vim: set noet:




More information about the arch-commits mailing list