summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob Gahde2018-09-07 13:13:15 +0200
committerJakob Gahde2018-09-07 13:13:15 +0200
commitd4441074b9759370378a76f824b8c4b51f1051af (patch)
tree5d1a44253e7dbb6b05870218bde492f6e9033925
parent4f43c716c125cf246fbe8707f12de4310d0d2479 (diff)
downloadaur-d4441074b9759370378a76f824b8c4b51f1051af.tar.gz
interceptty 0.6-5: Obtain sources from the Internet Archive
-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() {