summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b5cb11e94706..d675fc7cbf11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgname=dsh
pkgver=0.25.9
pkgrel=1
-pkgdesc="Distributed shell, or dancer’s shell executes command remotely on several different machines at the same time."
+pkgdesc="Distributed shell (or dancer’s shell) executes command remotely on several different machines at the same time."
arch=('i686' 'x86_64')
url="http://www.netfort.gr.jp/~dancer/software/dsh.html"
license=('GPL2')
-depends=(glibc libdshconfig)
+depends=(libdshconfig)
source=("https://www.netfort.gr.jp/~dancer/software/downloads/$pkgname-$pkgver.tar.gz")
md5sums=('60734780242172fca9e68d223654292d')