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

Ionut Biru ibiru at archlinux.org
Tue Jan 12 13:53:28 UTC 2010


    Date: Tuesday, January 12, 2010 @ 08:53:28
  Author: ibiru
Revision: 62806

upgpkg: openconnect 2.21-1
    update to 2.21 and fix the location where nm is looking FS#17777

Modified:
  openconnect/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-01-12 13:31:02 UTC (rev 62805)
+++ PKGBUILD	2010-01-12 13:53:28 UTC (rev 62806)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru <ionut at archlinux.ro>
 
 pkgname=openconnect
-pkgver=2.12
+pkgver=2.21
 pkgrel=1
 pkgdesc="Open client for Cisco AnyConnect VPN"
 arch=('i686' 'x86_64')
@@ -12,11 +12,11 @@
 makedepends=('gconf' 'gtk2')
 options=('!libtool')
 source=(ftp://ftp.infradead.org/pub/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('8ec2db153adaee0a47da2b86a1cfc924e07a1d6024c68160c84227d076ad80f7')
+sha256sums=('31485be950d9801ab4d103d3f346df7fd091475eef06f695c8078964e6571e78')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  sed -i "s|/usr/libexec|/usr/lib/openconnect|" Makefile || return 1
+  sed -i "s|/usr/libexec|/usr/lib/networkmanager|" Makefile || return 1
   make || return 1
   make DESTDIR="${pkgdir}" install || return 1
 




More information about the arch-commits mailing list