diff options
| author | Antonio Rojas <[email protected]> | 2016-04-19 07:23:59 +0000 |
|---|---|---|
| committer | Antonio Rojas <[email protected]> | 2016-04-19 07:23:59 +0000 |
| commit | 3cba872f1030ce2033bb3717155fc436f866b9ea (patch) | |
| tree | 0a5222b8dcce3d735890f0d73c8b973856f0e820 | |
| parent | e4110c2d0fb54a06d6d6bedfab56c4cb15fa85a7 (diff) | |
KDE Applications 16.04
| -rw-r--r-- | PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -4,13 +4,13 @@ # Contributor: Pierre Schmitz <[email protected]> pkgname=dolphin -pkgver=15.12.3 -pkgrel=2 +pkgver=16.04.0 +pkgrel=1 pkgdesc="File Manager" arch=(i686 x86_64) url="http://kde.org/applications/system/dolphin/" license=(LGPL) -depends=(baloo-widgets knewstuff kio-extras kactivities kuiserver kcmutils) +depends=(baloo-widgets knewstuff kio-extras kuiserver kcmutils) makedepends=(extra-cmake-modules kdoctools python) optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: video thumbnails' 'ruby: installing new service menus with GHNS' 'plasma-workspace: remote:// protocol' @@ -20,7 +20,7 @@ replaces=(kdebase-dolphin) groups=(kde-applications kdebase) source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz") install=$pkgname.install -md5sums=('5b138e51283e3591cc58f9e163e98b8b') +md5sums=('1d1ebbe0b914ca02f22b465f829268b7') prepare() { mkdir -p build |
