diff options
Diffstat (limited to 'main')
-rw-r--r-- | main/mailx/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/mailx/APKBUILD b/main/mailx/APKBUILD index 10ba804b77..277d58744b 100644 --- a/main/mailx/APKBUILD +++ b/main/mailx/APKBUILD @@ -13,7 +13,7 @@ makedepends="$depends_dev bsd-compat-headers" install="" options="suid" subpackages="$pkgname-doc" -source="ftp://ftp.archlinux.org/other/mailx/$pkgname-$pkgver-fixed.tar.gz +source="https://sources.archlinux.org/other/mailx/$pkgname-$pkgver-fixed.tar.gz mailx-8.1.1.patch musl-fix.patch mailx-gcc4.patch" |