diff options
Diffstat (limited to 'community/echoping/PKGBUILD')
-rw-r--r-- | community/echoping/PKGBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/community/echoping/PKGBUILD b/community/echoping/PKGBUILD index 8aa171a71..7b83f47a2 100644 --- a/community/echoping/PKGBUILD +++ b/community/echoping/PKGBUILD @@ -2,7 +2,7 @@ pkgname=echoping pkgver=6.0.2 -pkgrel=3 +pkgrel=4 pkgdesc="tests performance of a remote host by sending HTTP, TCP and UDP requests" arch=('i686' 'x86_64') url="http://echoping.sourceforge.net/" @@ -10,7 +10,6 @@ license=('GPL') depends=(libidn popt libldap) source=(http://sourceforge.net/projects/$pkgname/files/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz) md5sums=('991478532b56ab3b6f46ea9fa332626f') -options=(!libtool) build() { cd $srcdir/$pkgname-$pkgver |