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

Tobias Powalowski tpowa at archlinux.org
Tue Jan 13 14:16:30 UTC 2015


    Date: Tuesday, January 13, 2015 @ 15:16:30
  Author: tpowa
Revision: 228966

upgpkg: samba 4.1.15-1

bump to latest version

Modified:
  samba/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-13 14:04:39 UTC (rev 228965)
+++ PKGBUILD	2015-01-13 14:16:30 UTC (rev 228966)
@@ -10,12 +10,12 @@
 
 pkgbase=samba
 pkgname=('libwbclient' 'smbclient' 'samba')
-pkgver=4.1.14
+pkgver=4.1.15
 # We use the 'A' to fake out pacman's version comparators.  Samba chooses
-# to append 'a','b',etc to their subsequent releases, which pamcan
+# to append 'a','b',etc to their subsequent releases, which pacman
 # misconstrues as alpha, beta, etc.  Bad samba!
-_realver=4.1.14
-pkgrel=2
+_realver=4.1.15
+pkgrel=1
 arch=(i686 x86_64)
 url="http://www.samba.org"
 license=('GPL3')
@@ -23,6 +23,7 @@
              'readline' 'tevent' 'acl' 'libldap' 'libcap' 'ldb>=1.1.15' 'krb5' 'pam' 'systemd' 
              'gamin' 'gnutls>=2.4.1' 'talloc' 'tdb' 'dbus')
 source=(http://us1.samba.org/samba/ftp/stable/${pkgbase}-${_realver}.tar.gz
+        http://us1.samba.org/samba/ftp/stable/${pkgbase}-${_realver}.tar.asc
         samba.logrotate
         samba.pam
         samba.service
@@ -33,6 +34,7 @@
         smbd at .service
         winbindd.service
         samba.conf)
+validpgpkeys=('52FBC0B86D954B0843324CDC6F33915B6568B7EA') #Samba Distribution Verification Key <samba-bugs at samba.org>
 ### UNINSTALL dmapi package before building!!!
 
 build() {
@@ -241,7 +243,8 @@
   # copy ldap example
   install -D -m644 ${srcdir}/samba-${_realver}/examples/LDAP/samba.schema ${pkgdir}/usr/share/doc/samba/examples/LDAP/samba.schema
 }
-md5sums=('9f7bae123ed39d2aa9ba842d3a138d54'
+md5sums=('b236590fc2d6a3303358c8aadb367882'
+         'SKIP'
          '5697da77590ec092cc8a883bae06093c'
          '96f82c38f3f540b53f3e5144900acf17'
          'ee4763a656cf00d92bfda31b6bb2c5cb'



More information about the arch-commits mailing list