summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNikita2015-08-15 19:20:49 +0300
committerNikita2015-08-15 19:20:49 +0300
commit97d9985bc5a6bdda119323b22954dc360e101715 (patch)
tree1b007f346ac68c4260b06418c7b28e6808402cf2 /PKGBUILD
parent524d4b95f4f0e00f23765ac7392b2b0055b65501 (diff)
downloadaur-97d9985bc5a6bdda119323b22954dc360e101715.tar.gz
Minor fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 619189607058..0c41ed851334 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@ 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."
-arch=('i686' 'x86_64')
+arch=('any')
url="http://www.netfort.gr.jp/~dancer/software/dsh.html"
license=('GPL2')
-depends=(libdshconfig)
+depends=('libdshconfig')
source=("https://www.netfort.gr.jp/~dancer/software/downloads/$pkgname-$pkgver.tar.gz")
md5sums=('60734780242172fca9e68d223654292d')