diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-12-07 16:56:47 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-12-07 16:56:47 -0300 |
commit | b4e3de7f0584c88ae1ab2254a0e5325a9ddddf7a (patch) | |
tree | a4296682cad1b4ebf6aa5239b184571fa1e055d4 /libre/linux-libre-lts | |
parent | 388c692b4987d33544403843d49c161f770ca591 (diff) | |
download | abslibre-b4e3de7f0584c88ae1ab2254a0e5325a9ddddf7a.tar.gz abslibre-b4e3de7f0584c88ae1ab2254a0e5325a9ddddf7a.tar.bz2 abslibre-b4e3de7f0584c88ae1ab2254a0e5325a9ddddf7a.zip |
linux*: update URL
Diffstat (limited to 'libre/linux-libre-lts')
-rw-r--r-- | libre/linux-libre-lts/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libre/linux-libre-lts/PKGBUILD b/libre/linux-libre-lts/PKGBUILD index 2b2641feb..bdebb0d41 100644 --- a/libre/linux-libre-lts/PKGBUILD +++ b/libre/linux-libre-lts/PKGBUILD @@ -22,15 +22,15 @@ pkgver=${_pkgver//-/_} pkgrel=1 rcnrel=armv7-x13 arch=('i686' 'x86_64' 'armv7h') -url="http://linux-libre.fsfla.org/" +url="https://linux-libre.fsfla.org/" license=('GPL2') makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'libelf') makedepends_armv7h=('git') options=('!strip') -source=("http://linux-libre.fsfla.org/pub/linux-libre/releases/${_pkgbasever}/linux-libre-${_pkgbasever}.tar.xz" - "http://linux-libre.fsfla.org/pub/linux-libre/releases/${_pkgbasever}/linux-libre-${_pkgbasever}.tar.xz.sign" - "http://linux-libre.fsfla.org/pub/linux-libre/releases/${_pkgver}/patch-${_pkgbasever}-${_pkgver}.xz" - "http://linux-libre.fsfla.org/pub/linux-libre/releases/${_pkgver}/patch-${_pkgbasever}-${_pkgver}.xz.sign" +source=("https://linux-libre.fsfla.org/pub/linux-libre/releases/${_pkgbasever}/linux-libre-${_pkgbasever}.tar.xz" + "https://linux-libre.fsfla.org/pub/linux-libre/releases/${_pkgbasever}/linux-libre-${_pkgbasever}.tar.xz.sign" + "https://linux-libre.fsfla.org/pub/linux-libre/releases/${_pkgver}/patch-${_pkgbasever}-${_pkgver}.xz" + "https://linux-libre.fsfla.org/pub/linux-libre/releases/${_pkgver}/patch-${_pkgbasever}-${_pkgver}.xz.sign" "https://repo.parabola.nu/other/linux-libre/logos/logo_linux_clut224.ppm" "https://repo.parabola.nu/other/linux-libre/logos/logo_linux_clut224.ppm.sig" "https://repo.parabola.nu/other/linux-libre/logos/logo_linux_mono.pbm" |