summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikita2015-08-15 18:55:40 +0300
committerNikita2015-08-15 18:55:40 +0300
commit65f60e6a17dfcf9a8db2831d66ea737ce7263752 (patch)
tree646e1bc423bbbeee23ea1f85b9f3546b0ec7ed8d
parent574ed139cf31652dc2746463cb44b9783a702457 (diff)
downloadaur-65f60e6a17dfcf9a8db2831d66ea737ce7263752.tar.gz
Fix desc. and dependenci[Des
-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')