Date: Wednesday, March 21, 2018 @ 02:21:20 Author: eschwartz Revision: 309764
Fix missing source links via archive.org Modified: jnettop/repos/community-x86_64/PKGBUILD jnettop/trunk/PKGBUILD ---------------------------------+ repos/community-x86_64/PKGBUILD | 4 ++-- trunk/PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) Modified: repos/community-x86_64/PKGBUILD =================================================================== --- repos/community-x86_64/PKGBUILD 2018-03-21 02:13:11 UTC (rev 309763) +++ repos/community-x86_64/PKGBUILD 2018-03-21 02:21:20 UTC (rev 309764) @@ -6,12 +6,12 @@ pkgver=0.13.0 pkgrel=5 pkgdesc="A top-like console network traffic visualizer" -arch=(i686 x86_64) +arch=(x86_64) url="http://jnettop.kubs.info/wiki/" license=('GPL') depends=('libpcap' 'glib2') makedepends=('pkgconfig') -source=("http://jnettop.kubs.info/dist/$pkgname-$pkgver.tar.gz") +source=("https://web.archive.org/web/20161221100811/http://jnettop.kubs.info/dist/$pkgname-$pkgver.tar.gz") md5sums=('9529d75011026b3fcaf185b2fb063881') build() { Modified: trunk/PKGBUILD =================================================================== --- trunk/PKGBUILD 2018-03-21 02:13:11 UTC (rev 309763) +++ trunk/PKGBUILD 2018-03-21 02:21:20 UTC (rev 309764) @@ -7,11 +7,11 @@ pkgrel=5 pkgdesc="A top-like console network traffic visualizer" arch=(x86_64) -url="http://jnettop.kubs.info/wiki/" +url="https://web.archive.org/web/20160703195221/http://jnettop.kubs.info/wiki/" license=('GPL') depends=('libpcap' 'glib2') makedepends=('pkgconfig') -source=("http://jnettop.kubs.info/dist/$pkgname-$pkgver.tar.gz") +source=("https://web.archive.org/web/20161221100811/http://jnettop.kubs.info/dist/$pkgname-$pkgver.tar.gz") md5sums=('9529d75011026b3fcaf185b2fb063881') build() {
