summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 83bc1da19d3a..6252eb70a875 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = mpack
arch = i686
arch = x86_64
license = GPL
- source = http://ftp.andrew.cmu.edu/pub/mpack/mpack-1.6.tar.gz
+ source = https://fossies.org/linux/misc/old/mpack-1.6.tar.gz
source = gcc4-fixes.patch
sha256sums = 274108bb3a39982a4efc14fb3a65298e66c8e71367c3dabf49338162d207a94c
sha256sums = 72cda1b1b2f28ab7d25dcefd03d8027711fd18c1bb9bf3b52eac36068f59b170
diff --git a/PKGBUILD b/PKGBUILD
index 140773cf567e..31369b816ac1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,8 @@ pkgdesc='Utilities for encoding and decoding binaries files in MIME format mail
arch=('i686' 'x86_64')
url='http://ftp.andrew.cmu.edu/pub/mpack/'
license=('GPL')
-source=("http://ftp.andrew.cmu.edu/pub/${pkgname}/${pkgname}-${pkgver}.tar.gz"
+# Does upstream have a new home? No idea... Let's use an archive for now.
+source=("https://fossies.org/linux/misc/old/${pkgname}-${pkgver}.tar.gz"
'gcc4-fixes.patch')
sha256sums=('274108bb3a39982a4efc14fb3a65298e66c8e71367c3dabf49338162d207a94c'
'72cda1b1b2f28ab7d25dcefd03d8027711fd18c1bb9bf3b52eac36068f59b170')