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

Florian Pritz bluewind at nymeria.archlinux.org
Tue May 21 12:43:00 UTC 2013


    Date: Tuesday, May 21, 2013 @ 14:43:00
  Author: bluewind
Revision: 186160

upgpkg: netctl 1.1-1

upstream update

Modified:
  netctl/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-21 12:42:35 UTC (rev 186159)
+++ PKGBUILD	2013-05-21 12:43:00 UTC (rev 186160)
@@ -1,14 +1,15 @@
 # Maintainer: Jouke Witteveen <j.witteveen at gmail.com>
 
 pkgname=netctl
-pkgver=1.0
+pkgver=1.1
 pkgrel=1
 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.
+# 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)'
@@ -19,11 +20,10 @@
             'bridge-utils: for bridge connections'
             'ppp: for pppoe connections'
            )
-conflicts=('netcfg')
 source=(ftp://ftp.archlinux.org/other/packages/netctl/netctl-${pkgver}.tar.xz{,.sig})
 arch=('any')
-md5sums=('8620b61440a1028d5fe701ce076730a8'
-         'd05208a146f6fdde0dc0b7a1a12c3340')
+md5sums=('599ec9525126369f0b4e287e85debbad'
+         '794f4ce9e43f64342a976366fe73dbcd')
 
 package() {
   cd "$srcdir/netctl-${pkgver}"




More information about the arch-commits mailing list