diff options
author | David P <megver83@parabola.nu> | 2017-07-02 10:20:55 -0400 |
---|---|---|
committer | David P <megver83@parabola.nu> | 2017-07-02 10:20:55 -0400 |
commit | 1b1185741639651b65d2953c06a64090e9a16df6 (patch) | |
tree | ac064fb6131ab07ada464efa3db3fc89af2c42ba /kernels/linux-libre-nand/PKGBUILD | |
parent | 16c7ebc5b19f77407fa30364705f44303d559f7c (diff) | |
download | abslibre-1b1185741639651b65d2953c06a64090e9a16df6.tar.gz abslibre-1b1185741639651b65d2953c06a64090e9a16df6.tar.bz2 abslibre-1b1185741639651b65d2953c06a64090e9a16df6.zip |
linux-libre-nand: little modification to PKGBUILD
Diffstat (limited to 'kernels/linux-libre-nand/PKGBUILD')
-rw-r--r-- | kernels/linux-libre-nand/PKGBUILD | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/kernels/linux-libre-nand/PKGBUILD b/kernels/linux-libre-nand/PKGBUILD index 92a6569ec..bf86137c7 100644 --- a/kernels/linux-libre-nand/PKGBUILD +++ b/kernels/linux-libre-nand/PKGBUILD @@ -27,16 +27,11 @@ url="https://linux-libre.fsfla.org/" license=('GPL2') makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'libelf') options=('!strip') -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" - "https://repo.parabola.nu/other/linux-libre/logos/logo_linux_mono.pbm.sig" - "https://repo.parabola.nu/other/linux-libre/logos/logo_linux_vga16.ppm" - "https://repo.parabola.nu/other/linux-libre/logos/logo_linux_vga16.ppm.sig" +source=("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"{,.sign} + "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"{,.sig} + "https://repo.parabola.nu/other/linux-libre/logos/logo_linux_vga16.ppm"{,.sig} # the main kernel config files 'config.i686' 'config.x86_64' # pacman hook for initramfs regeneration |