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

Antonio Rojas arojas at archlinux.org
Sun Mar 8 17:52:42 UTC 2020


    Date: Sunday, March 8, 2020 @ 17:52:41
  Author: arojas
Revision: 592302

Update to 3.0.3

Modified:
  smb4k/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-08 17:52:21 UTC (rev 592301)
+++ PKGBUILD	2020-03-08 17:52:41 UTC (rev 592302)
@@ -3,7 +3,7 @@
 # Contributor: Emanuele Rampichini <emanuele.rampichini at gmail.com>
 
 pkgname=smb4k
-pkgver=3.0.2
+pkgver=3.0.3
 pkgrel=1
 pkgdesc="A KDE program that browses samba shares"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 depends=(kparts hicolor-icon-theme smbclient)
 makedepends=(extra-cmake-modules kdoctools plasma-framework)
 source=("https://downloads.sourceforge.net/project/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz")
-sha256sums=('39028049a12247012db6d84063c82991fc4422672a2bddd0ffb3438ca4924ab5')
+sha256sums=('f9ae9a1232e1cf52549e430b83cbd5ebf32dfd54ec22575eabdf7c4a19f3e99d')
 
 prepare() {
   mkdir -p build
@@ -22,7 +22,6 @@
   cd build
 
   cmake ../$pkgname-$pkgver \
-    -DCMAKE_INSTALL_LIBDIR=lib \
     -DBUILD_TESTING=OFF
   make
 }



More information about the arch-commits mailing list