summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d65ba051f4d9..ef21f40ff5de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# Generated by mksrcinfo v8
-# Mon Jan 29 08:20:18 UTC 2018
pkgbase = tofrodos
pkgdesc = Convert ASCII files between the MS-DOS/Windows format and the UNIX format
pkgver = 1.7.13
@@ -8,8 +6,7 @@ pkgbase = tofrodos
arch = x86_64
license = GPL2
depends = glibc
- source = http://tofrodos.sourceforge.net/download/tofrodos-1.7.13.tar.gz
+ source = https://fossies.org/linux/misc/tofrodos-1.7.13.tar.gz
md5sums = c4c5e6668a13a01bfb5ce562753a808f
pkgname = tofrodos
-
diff --git a/PKGBUILD b/PKGBUILD
index 814e630200cd..63e2cea14b36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="Convert ASCII files between the MS-DOS/Windows format and the UNIX form
url="https://www.thefreecountry.com/tofrodos/index.shtml"
license=('GPL2')
depends=('glibc')
-source=(http://$pkgname.sourceforge.net/download/$pkgname-$pkgver.tar.gz)
+source=(https://fossies.org/linux/misc/$pkgname-$pkgver.tar.gz)
md5sums=('c4c5e6668a13a01bfb5ce562753a808f')
build() {