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

Pierre Schmitz pierre at archlinux.org
Sat Nov 20 04:16:26 UTC 2010


    Date: Friday, November 19, 2010 @ 23:16:25
  Author: pierre
Revision: 100076

upgpkg: vpnc 0.5.3-3
core rebuild/cleanup

Modified:
  vpnc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-11-20 04:04:56 UTC (rev 100075)
+++ PKGBUILD	2010-11-20 04:16:25 UTC (rev 100076)
@@ -1,16 +1,17 @@
 # $Id$
 # Maintainer: Thomas Baechler <thomas at archlinux.org>
+
 pkgname=vpnc
 pkgver=0.5.3
-pkgrel=2
+pkgrel=3
 pkgdesc="VPN client for cisco3000 VPN Concentrators"
 url="http://www.unix-ag.uni-kl.de/~massar/vpnc/"
 license=('GPL')
 depends=('libgcrypt' 'openssl' 'iproute2')
 arch=('i686' 'x86_64')
-source=(http://www.unix-ag.uni-kl.de/~massar/vpnc/$pkgname-$pkgver.tar.gz
-        vpnc.conf vpnc.rc)
-backup=(etc/vpnc/default.conf)
+source=("http://www.unix-ag.uni-kl.de/~massar/vpnc/$pkgname-$pkgver.tar.gz"
+        'vpnc.conf' 'vpnc.rc')
+backup=('etc/vpnc/default.conf')
 md5sums=('4378f9551d5b077e1770bbe09995afb3'
          'a3f4e0cc682f437e310a1c86ae198e45'
          'c5885162ac198eaa36da9a01e7c0c55b')
@@ -21,7 +22,7 @@
   # Build hybrid support
   sed -i 's|^#OPENSSL|OPENSSL|g' Makefile
 
-  make PREFIX=/usr || return 1
+  make PREFIX=/usr
 }
 
 package() {




More information about the arch-commits mailing list