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

Antonio Rojas arojas at archlinux.org
Sat Aug 24 18:30:24 UTC 2019


    Date: Saturday, August 24, 2019 @ 18:30:24
  Author: arojas
Revision: 501530

Update to 3.0.2

Modified:
  smb4k/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-24 18:23:52 UTC (rev 501529)
+++ PKGBUILD	2019-08-24 18:30:24 UTC (rev 501530)
@@ -3,7 +3,7 @@
 # Contributor: Emanuele Rampichini <emanuele.rampichini at gmail.com>
 
 pkgname=smb4k
-pkgver=3.0.1
+pkgver=3.0.2
 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=('3bad585ab00b2906827cc5d833cd48b42d8365b0616ef1343e9fb18f73aec6a8')
+sha256sums=('39028049a12247012db6d84063c82991fc4422672a2bddd0ffb3438ca4924ab5')
 
 prepare() {
   mkdir -p build
@@ -22,7 +22,6 @@
   cd build
 
   cmake ../$pkgname-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr \
     -DCMAKE_INSTALL_LIBDIR=lib \
     -DBUILD_TESTING=OFF
   make



More information about the arch-commits mailing list