I suggest
source=($pkgname-$pkgver.tar.gz) --> source=($url$pkgname-$pkgver.tar.gz)
Search Criteria
Package Details: tcpstat 1.5-3
Git Clone URL: | https://aur.archlinux.org/tcpstat.git (read-only) |
---|---|
Package Base: | tcpstat |
Description: | network interface statistics, with output similar to vmstat(8) |
Upstream URL: | http://www.frenchfries.net/paul/tcpstat/ |
Licenses: | |
Submitter: | None |
Maintainer: | richq |
Last Packager: | richq |
Votes: | 9 |
Popularity: | 0.000000 |
First Submitted: | 2009-03-15 07:19 |
Last Updated: | 2015-06-13 07:08 |
Dependencies (9)
- glibc (glibc-git)
- libpcap (libpcap-git)
- binutils (binutils-tune-bfd-hash, binutils-git) (make)
- coreutils (coreutils-progress-git, coreutils-git, coreutils-selinux) (make)
- gawk (make)
- gcc (gcc-multilib-x32, gcc-git, gcc-multilib-git, gcc6-gcccompat) (make)
- glibc (glibc-git) (make)
- libpcap (libpcap-git) (make)
- make (make3, make-git) (make)
Required by (0)
Sources (1)
Latest Comments
Anonymous comment on 2011-06-14 08:24
angelblade commented on 2011-06-11 13:29
Anonymous comment on 2011-04-24 09:05
PKGBUILD didn't fuction correctly, I had to do the following replacement:
source=($pkgname-$pkgver.tar.gz) --> source=(http://www.frenchfries.net/paul/tcpstat/$pkgname-$pkgver.tar.gz)
yaourt 0.10.1
makepkg 3.5.1
PKGBUILD fixed as per angelblade's suggestion.