[arch-commits] Commit in smb4k/trunk (ChangeLog PKGBUILD smb4k.install)

Giovanni Scafora giovanni at archlinux.org
Mon Feb 23 22:45:12 UTC 2009


    Date: Monday, February 23, 2009 @ 17:45:12
  Author: giovanni
Revision: 27620

upgpkg: smb4k 0.10.2-1
    New version 0.10.2

Modified:
  smb4k/trunk/ChangeLog
  smb4k/trunk/PKGBUILD
  smb4k/trunk/smb4k.install

---------------+
 ChangeLog     |    4 ++++
 PKGBUILD      |    4 ++--
 smb4k.install |    7 +++----
 3 files changed, 9 insertions(+), 6 deletions(-)

Modified: ChangeLog
===================================================================
--- ChangeLog	2009-02-23 22:32:40 UTC (rev 27619)
+++ ChangeLog	2009-02-23 22:45:12 UTC (rev 27620)
@@ -1,3 +1,7 @@
+2009-02-24  Giovanni Scafora  <giovanni at archlinux.org>
+
+	* smb4k 0.10.2
+
 2008-09-06  Giovanni Scafora  <giovanni at archlinux.org>
 
 	* smb4k 0.10.0

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-02-23 22:32:40 UTC (rev 27619)
+++ PKGBUILD	2009-02-23 22:45:12 UTC (rev 27620)
@@ -5,7 +5,7 @@
 # Contributor: Emanuele Rampichini <emanuele.rampichini at gmail.com>
 
 pkgname=smb4k
-pkgver=0.10.1
+pkgver=0.10.2
 pkgrel=1
 pkgdesc="A KDE program that browses samba shares."
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 makedepends=('cmake' 'automoc4')
 install=smb4k.install
 source=(http://download.berlios.de/smb4k/$pkgname-$pkgver.tar.bz2)
-md5sums=('6488ca6070d12cd6f87dc7088434167d')
+md5sums=('19f631160cfb69a12370c72c1841fb7e')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver

Modified: smb4k.install
===================================================================
--- smb4k.install	2009-02-23 22:32:40 UTC (rev 27619)
+++ smb4k.install	2009-02-23 22:45:12 UTC (rev 27620)
@@ -1,11 +1,10 @@
-# $Id: smb4k.install,v 1.1 2007/11/20 03:09:26 travis Exp $
+# $Id: smb4k.install,v 1.2 2009/02/23 03:09:26 travis Exp $
 # arg 1:  the new package version
 post_install() {
     echo "==> Note: To enable mounting and unmounting of smb/cifs shares as"
-    echo "==> user, you will need to issue the following commands as root:"
+    echo "==> user, you will need to issue the following command as root:"
     echo "# chmod +s \$(which mount.cifs) \$(which umount.cifs)"
-    echo "# chmod +s \$(which smbmnt) \$(which smbumount)"
-    echo "==> These commands will need to be re-run every upgrade of smbclient"
+    echo "==> These command will need to be re-run every upgrade of smbclient"
 }
 
 # arg 1:  the new package version




More information about the arch-commits mailing list