diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-05-02 08:55:02 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-05-02 08:55:02 (GMT) |
commit | 25e39d3ad6f66fad48c0183dd568e2fbfded5ca2 (patch) | |
tree | 0d8bb2c9bca3a20c3ac2067ff7453c0aae5e8a3e /abs/core-testing/smbclient/PKGBUILD | |
parent | 1f70585d4abb80a2cc47316ab2b4851637939997 (diff) | |
download | linhes_pkgbuild-25e39d3ad6f66fad48c0183dd568e2fbfded5ca2.zip linhes_pkgbuild-25e39d3ad6f66fad48c0183dd568e2fbfded5ca2.tar.gz linhes_pkgbuild-25e39d3ad6f66fad48c0183dd568e2fbfded5ca2.tar.bz2 |
Latest version or newly required deps for various packages.
Diffstat (limited to 'abs/core-testing/smbclient/PKGBUILD')
-rw-r--r-- | abs/core-testing/smbclient/PKGBUILD | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/abs/core-testing/smbclient/PKGBUILD b/abs/core-testing/smbclient/PKGBUILD index c0034b3..349572b 100644 --- a/abs/core-testing/smbclient/PKGBUILD +++ b/abs/core-testing/smbclient/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 22197 2008-12-22 22:08:42Z tpowa $ +# $Id: PKGBUILD 34454 2009-04-09 12:39:47Z tpowa $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=smbclient -pkgver=3.2.6 +pkgver=3.3.3 # 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.6 -pkgrel=2 +_realver=3.3.3 +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.6') +depends=('popt' 'libldap' 'libcap>=2.16' 'heimdal>=1.2-1' 'db>=4.7' 'tdb=3.3.3') source=(http://us1.samba.org/samba/ftp/samba-${_realver}.tar.gz) options=(!makeflags) @@ -19,7 +19,7 @@ build() { 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 @@ build() { done install -m644 ../docs/manpages/libsmbclient.7 ${pkgdir}/usr/share/man/man7/ } -md5sums=('0cd27c7afbb8211616eea4010f32271c') +md5sums=('4d5835817416d1ffa30783af45c5a9ed') |