diff options
author | bill-auger <mr.j.spam.me@gmail.com> | 2018-07-03 10:46:01 -0400 |
---|---|---|
committer | bill-auger <mr.j.spam.me@gmail.com> | 2018-07-03 10:46:01 -0400 |
commit | 0690bb690f3b2a41b4313ee1f9fe427d7ced5dd6 (patch) | |
tree | 1f916da0b9492cd768628c00597b110bb13611b7 | |
parent | dc721ade8e44db30c40441afceba5d74f4abf89d (diff) | |
download | abslibre-0690bb690f3b2a41b4313ee1f9fe427d7ced5dd6.tar.gz abslibre-0690bb690f3b2a41b4313ee1f9fe427d7ced5dd6.tar.bz2 abslibre-0690bb690f3b2a41b4313ee1f9fe427d7ced5dd6.zip |
[mkinitcpio-openswap]: source openswap.conf by absolute path (fixes #1869)
-rw-r--r-- | pcr/mkinitcpio-openswap/PKGBUILD | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/pcr/mkinitcpio-openswap/PKGBUILD b/pcr/mkinitcpio-openswap/PKGBUILD index 90d0f940a..ed985e1fd 100644 --- a/pcr/mkinitcpio-openswap/PKGBUILD +++ b/pcr/mkinitcpio-openswap/PKGBUILD @@ -1,23 +1,25 @@ # Maintainer: David P. <megver83@parabola.nu> # Maintainer (AUR): Jenya Sovetkin <e.sovetkin@gmail.com> -# Contributor: https://aur.archlinux.org/account/f4bio +# Contributor: Fabio Tea <https://aur.archlinux.org/account/f4bio> # NOTE: since the time that this package was taken from the AUR at verion 0.1.0, - the AUR maintainer has made multiple significant changes - without incrementing the version number from 0.1.0 - this version corresponds to the 2017-10-27 bugfix commit: - b2c87aa33c4af2bb4a2bb80f1850b6e8cfe3651e - "fixing path and racing condition" +# the AUR maintainer has made multiple significant changes +# without incrementing the version number from 0.1.0 +# this version corresponds to the 2017-10-27 bugfix commit: +# b2c87aa33c4af2bb4a2bb80f1850b6e8cfe3651e +# "fixing path and racing condition" +# NOTE: the license field in the AUR PKGBUILD is 'unknown' +# although an MIT-style license is included in the repo pkgname=mkinitcpio-openswap pkgver=0.1.1 pkgrel=1 pkgdesc="mkinitcpio hook to open swap at boot time" -arch=(any) -license=('unknown') +arch=('any') +license=('MIT') url="https://aur.archlinux.org/packages/mkinitcpio-openswap/" -depends=(mkinitcpio) +depends=('mkinitcpio') backup=('etc/openswap.conf') install="usage.install" source=('openswap.hook' |