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

Tobias Powalowski tpowa at archlinux.org
Wed Feb 11 20:30:09 UTC 2009


    Date: Wednesday, February 11, 2009 @ 15:30:08
  Author: tpowa
Revision: 26758

upgpkg: smbclient 3.3.0-1

Modified:
  smbclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-02-11 20:30:06 UTC (rev 26757)
+++ PKGBUILD	2009-02-11 20:30:08 UTC (rev 26758)
@@ -1,17 +1,17 @@
 # $Id$
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 pkgname=smbclient
-pkgver=3.2.7
+pkgver=3.3.0
 # We use the 'A' to fake out pacman's version comparators.  Samba chooses
 # to append 'a','b',etc to their subsequent releases, which pacman
 # misconstrues as alpha, beta, etc.  Bad samba!
-_realver=3.2.7
+_realver=3.3.0
 pkgrel=1
 pkgdesc="Tools to access a server's filespace and printers via SMB"
 arch=(i686 x86_64)
 url="http://www.samba.org"
 license=('GPL3')
-depends=('popt' 'libldap' 'libcap' 'heimdal>=1.2-1' 'db>=4.7' 'tdb=3.2.7')
+depends=('popt' 'libldap' 'libcap' 'heimdal>=1.2-1' 'db>=4.7' 'tdb=3.3.0')
 source=(http://us1.samba.org/samba/ftp/samba-${_realver}.tar.gz)
 options=(!makeflags)
 
@@ -19,7 +19,7 @@
   cd ${srcdir}/samba-${_realver}/source
 
   ./configure --prefix=/usr --with-cifsmount --with-fhs --with-pam \
-              --with-datadir=/usr/share --with-configdir=/etc/samba \
+              --with-configdir=/etc/samba \
               --with-lockdir=/var/run/samba --with-ads --with-acl-support \
               --localstatedir=/var --with-syslog --with-pam_smbpass --disable-dnssd \
               --libdir=/usr/lib/samba
@@ -54,4 +54,4 @@
   done
   install -m644 ../docs/manpages/libsmbclient.7 ${pkgdir}/usr/share/man/man7/
 }
-md5sums=('528677f261f3ed4a58f9483ca25ba6b2')
+md5sums=('adb048dc3988055533e1ea5d91d81f99')




More information about the arch-commits mailing list