diff options
Diffstat (limited to 'testing/rcs/APKBUILD')
-rw-r--r-- | testing/rcs/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/rcs/APKBUILD b/testing/rcs/APKBUILD index 115a712b69..2fa08c88c6 100644 --- a/testing/rcs/APKBUILD +++ b/testing/rcs/APKBUILD @@ -9,7 +9,7 @@ arch="all" license="GPL-3.0" depends="diffutils" subpackages="$pkgname-doc" -source="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz" +source="https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz" builddir="$srcdir/$pkgname-$pkgver" build() { |