[arch-commits] Commit in tcping/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue Dec 13 05:08:52 UTC 2016


    Date: Tuesday, December 13, 2016 @ 05:08:51
  Author: felixonmars
Revision: 199115

fix source link

Modified:
  tcping/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-13 05:07:40 UTC (rev 199114)
+++ PKGBUILD	2016-12-13 05:08:51 UTC (rev 199115)
@@ -6,11 +6,11 @@
 pkgver=1.3.5
 pkgrel=4
 pkgdesc="a utility that does a TCP connect to the given ip/port combination"
-url="http://www.linuxco.de/tcping/tcping.html"
+url="http://linuxco.de/tcping/tcping.html"
 license=("LGPL")
 arch=('i686' 'x86_64')
 depends=('glibc')
-source=("http://www.linuxco.de/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+source=("http://linuxco.de/${pkgname}/${pkgname}-${pkgver}.tar.gz")
 md5sums=('f9dd03c730db6999ca8beca479f078e3')
 
 build() {



More information about the arch-commits mailing list