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

Tobias Powalowski tpowa at nymeria.archlinux.org
Thu Jul 4 11:19:04 UTC 2013


    Date: Thursday, July 4, 2013 @ 13:19:03
  Author: tpowa
Revision: 189666

upgpkg: samba 4.0.7-1

bump to latest version, added libaio and iniparser as depends

Modified:
  samba/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-07-04 11:16:11 UTC (rev 189665)
+++ PKGBUILD	2013-07-04 11:19:03 UTC (rev 189666)
@@ -10,11 +10,11 @@
 
 pkgbase=samba
 pkgname=('libwbclient' 'smbclient' 'samba')
-pkgver=4.0.6
+pkgver=4.0.7
 # We use the 'A' to fake out pacman's version comparators.  Samba chooses
 # to append 'a','b',etc to their subsequent releases, which pamcan
 # misconstrues as alpha, beta, etc.  Bad samba!
-_realver=4.0.6
+_realver=4.0.7
 pkgrel=1
 arch=(i686 x86_64)
 url="http://www.samba.org"
@@ -177,7 +177,7 @@
 package_samba() {
 pkgdesc="SMB Fileserver and AD Domain server"
 depends=('db>=4.7' 'popt' 'libcups' 'libcap>=2.16' 'gamin' 'gnutls>=2.4.1'
-         'talloc' 'ldb' 'libbsd' 'python2' 'tdb' "smbclient>=$pkgver")
+         'talloc' 'ldb' 'libbsd' 'python2' 'tdb' 'iniparser' 'libaio' "smbclient>=$pkgver")
 backup=(etc/logrotate.d/samba
         etc/pam.d/samba
         etc/samba/smb.conf
@@ -245,7 +245,8 @@
   # copy ldap example
   install -D -m644 ${srcdir}/samba-${_realver}/examples/LDAP/samba.schema ${pkgdir}/usr/share/doc/samba/examples/LDAP/samba.schema
 }
-md5sums=('db9dc684f167a602c18acc19d3e7e401'
+
+md5sums=('d887c1383654fc60b7bb1b74d273a826'
          '5697da77590ec092cc8a883bae06093c'
          'ee8507839745cf17d2fb5401be7da6a8'
          '96f82c38f3f540b53f3e5144900acf17'




More information about the arch-commits mailing list