Date: Tuesday, April 23, 2013 @ 11:59:57
  Author: bluewind
Revision: 183555

upgpkg: netctl 1.0-1

upstream update

Modified:
  netctl/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2013-04-23 09:59:28 UTC (rev 183554)
+++ PKGBUILD    2013-04-23 09:59:57 UTC (rev 183555)
@@ -1,12 +1,13 @@
 # Maintainer: Jouke Witteveen <[email protected]>
 
 pkgname=netctl
-pkgver=0.8
+pkgver=1.0
 pkgrel=1
-pkgdesc="Profile based systemd network management"
-url="http://projects.archlinux.org/netctl.git/";
-license=("GPL")
-depends=("coreutils" "iproute2" "openresolv")
+pkgdesc='Profile based systemd network management'
+url='http://projects.archlinux.org/netctl.git/'
+license=('GPL')
+groups=('base')
+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)'
@@ -18,11 +19,11 @@
             'bridge-utils: for bridge connections'
             'ppp: for pppoe connections'
            )
-conflicts=("netcfg")
+conflicts=('netcfg')
 
source=(ftp://ftp.archlinux.org/other/packages/netctl/netctl-${pkgver}.tar.xz{,.sig})
-arch=(any)
-md5sums=('00141793d66a31e8680ce07dda03bb95'
-         '6bc46e8ce44a8c047abfb86581debd63')
+arch=('any')
+md5sums=('8620b61440a1028d5fe701ce076730a8'
+         'd05208a146f6fdde0dc0b7a1a12c3340')
 
 package() {
   cd "$srcdir/netctl-${pkgver}"

Reply via email to