summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8180aa74ddd0..978cd9fd4e92 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# Generated by mksrcinfo v8
-# Tue Jun 7 14:56:53 UTC 2016
pkgbase = interceptty
pkgdesc = Serial port sniffer, network serial server/client and serial port emulator
pkgver = 0.6
@@ -9,7 +7,7 @@ pkgbase = interceptty
arch = x86_64
license = GPL
depends = perl
- source = https://repo.j5lx.eu/archive/interceptty/interceptty-0.6.tar.gz
+ source = https://archive.org/download/interceptty-0.6/interceptty-0.6.tar.gz
md5sums = 915244f09601e3c71209e444f2d3194f
pkgname = interceptty
diff --git a/PKGBUILD b/PKGBUILD
index 14b2e2e5758e..27a2cd1bfa12 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('i686' 'x86_64')
url="http://www.suspectclass.com/sgifford/interceptty/"
license=('GPL')
depends=('perl')
-source=("https://repo.j5lx.eu/archive/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+source=("https://archive.org/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz")
md5sums=('915244f09601e3c71209e444f2d3194f')
build() {