git » cpio.git » commit 20b539d

https

author Antonio Rojas
2019-05-02 20:57:51 UTC
committer Antonio Rojas
2019-05-02 20:57:51 UTC
parent bbafa1834626b72b2cff9b0f0923b32b9d7dfc0b

https

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 4d63187..ae3c0e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,9 @@ pkgrel=4
 pkgdesc="A tool to copy files into or out of a cpio or tar archive"
 arch=(x86_64)
 license=('GPL')
-url="http://www.gnu.org/software/cpio"
+url="https://www.gnu.org/software/cpio"
 depends=('glibc')
-source=(ftp://ftp.gnu.org/gnu/cpio/cpio-${pkgver}.tar.gz)
+source=(https://ftp.gnu.org/gnu/cpio/cpio-${pkgver}.tar.gz)
 md5sums=('fc207561a86b63862eea4b8300313e86')
 
 build() {