[arch-commits] Commit in smb4k/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Wed May 26 06:39:51 UTC 2021
Date: Wednesday, May 26, 2021 @ 06:39:49
Author: arojas
Revision: 946611
Update to 3.1.0
Modified:
smb4k/trunk/PKGBUILD
----------+
PKGBUILD | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-26 06:39:39 UTC (rev 946610)
+++ PKGBUILD 2021-05-26 06:39:49 UTC (rev 946611)
@@ -3,16 +3,16 @@
# Contributor: Emanuele Rampichini <emanuele.rampichini at gmail.com>
pkgname=smb4k
-pkgver=3.0.7
+pkgver=3.1.0
pkgrel=1
-pkgdesc="A KDE program that browses samba shares"
+pkgdesc='A KDE program that browses samba shares'
arch=(x86_64)
-url="https://smb4k.sourceforge.net/"
+url='https://smb4k.sourceforge.net/'
license=(GPL)
-depends=(kparts hicolor-icon-theme smbclient)
+depends=(kparts kdnssd hicolor-icon-theme smbclient)
makedepends=(extra-cmake-modules kdoctools plasma-framework)
-source=("https://downloads.sourceforge.net/project/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz")
-sha256sums=('0d76fed6d38fb557fdb34527ee67fa1451b16cc2aee1f1b31f362be7cd2f7330')
+source=(https://downloads.sourceforge.net/project/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('845eb8e547fade7fd9fa72dcce6652d62ad0d8997fde1f319a105715bc9ae8f6')
build() {
cmake -B build -S $pkgname-$pkgver \
More information about the arch-commits
mailing list