summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f38a822c8f10..9bff8fa5e3a5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = net-tools-git
pkgdesc = The collection of base networking utilities for Linux
- pkgver = 1.60.r364.g479bb4a
+ pkgver = 1.60.r366.gaebd88e
pkgrel = 1
- url = http://net-tools.sourceforge.net/
+ url = https://sourceforge.net/projects/net-tools/
arch = i686
arch = x86_64
license = GPL2
makedepends = git
depends = glibc
- depends = gettext
provides = net-tools
conflicts = net-tools
source = git+https://git.code.sf.net/p/net-tools/code
diff --git a/PKGBUILD b/PKGBUILD
index fad5b7e42d85..7331dffcd977 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=net-tools-git
-pkgver=1.60.r364.g479bb4a
+pkgver=1.60.r366.gaebd88e
pkgrel=1
pkgdesc="The collection of base networking utilities for Linux"
arch=('i686' 'x86_64')
-url="http://net-tools.sourceforge.net/"
+url="https://sourceforge.net/projects/net-tools/"
license=('GPL2')
-depends=('glibc' 'gettext')
+depends=('glibc')
makedepends=('git')
provides=('net-tools')
conflicts=('net-tools')