diff options
Diffstat (limited to 'community/ddrescue/APKBUILD')
-rw-r--r-- | community/ddrescue/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ddrescue/APKBUILD b/community/ddrescue/APKBUILD index 23a2b1a635..7cef318958 100644 --- a/community/ddrescue/APKBUILD +++ b/community/ddrescue/APKBUILD @@ -7,7 +7,7 @@ url="https://www.gnu.org/s/ddrescue/ddrescue.html" arch="all !aarch64" license="GPL-3.0-or-later" subpackages="$pkgname-doc" -source="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.lz" +source="https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.lz" builddir="$srcdir/$pkgname-$pkgver" build() { cd "$builddir" |