summaryrefslogtreecommitdiff
path: root/extra/krusader/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/krusader/PKGBUILD')
-rw-r--r--extra/krusader/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/krusader/PKGBUILD b/extra/krusader/PKGBUILD
index 439c1024b..413724c27 100644
--- a/extra/krusader/PKGBUILD
+++ b/extra/krusader/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 129430 2011-06-27 12:22:42Z andrea $
+# $Id: PKGBUILD 129545 2011-06-28 19:04:18Z andrea $
# Maintainer:
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Alexander Baldeck <alexander@archlinux.org>
@@ -7,17 +7,17 @@
pkgname=krusader
pkgver=2.4.0beta1
_pkgver=2.4.0-beta1
-pkgrel=2
+pkgrel=3
pkgdesc="An alternative file manager for KDE resembling Midnight Commander"
arch=('i686' 'x86_64')
url="http://krusader.sourceforge.net/"
license=('GPL')
-depends=('kdebase-runtime')
+depends=('kdebase-runtime' 'kdebase-lib')
makedepends=('cmake' 'automoc4' 'docbook-xsl' 'kdeutils-ark')
optdepends=("kdebase-keditbookmarks: to edit bookmarks"
"kdeutils-ark: extract archive with right-click")
install=krusader.install
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${_pkgver}.tar.bz2)
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${_pkgver}.tar.bz2")
md5sums=('d2340718d05d69e7f2a7f0846471ee12')
build() {