diff options
-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' |