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

Giovanni Scafora giovanni at archlinux.org
Thu Feb 25 16:17:45 UTC 2010


    Date: Thursday, February 25, 2010 @ 11:17:45
  Author: giovanni
Revision: 70223

upgpkg: smb4k 0.10.5-1
upstream release

Modified:
  smb4k/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-02-25 16:17:37 UTC (rev 70222)
+++ PKGBUILD	2010-02-25 16:17:45 UTC (rev 70223)
@@ -3,7 +3,7 @@
 # Contributor: Emanuele Rampichini <emanuele.rampichini at gmail.com>
 
 pkgname=smb4k
-pkgver=0.10.4
+pkgver=0.10.5
 pkgrel=1
 pkgdesc="A KDE program that browses samba shares"
 arch=('i686' 'x86_64')
@@ -12,11 +12,11 @@
 depends=('kdebase-runtime')
 makedepends=('cmake' 'automoc4')
 install=smb4k.install
-source=(http://download.berlios.de/smb4k/$pkgname-$pkgver.tar.bz2)
-md5sums=('e8676d8baaecdbcee60354c687a88a55')
+source=(http://download.berlios.de/smb4k/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('7596632420ebdb50a21dc0f3fa559727')
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd "${srcdir}/${pkgname}-${pkgver}"
 
   cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RELEASE
   make VERBOSE=1 || return 1




More information about the arch-commits mailing list