From 0690bb690f3b2a41b4313ee1f9fe427d7ced5dd6 Mon Sep 17 00:00:00 2001 From: bill-auger Date: Tue, 3 Jul 2018 10:46:01 -0400 Subject: [mkinitcpio-openswap]: source openswap.conf by absolute path (fixes #1869) --- pcr/mkinitcpio-openswap/PKGBUILD | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) (limited to 'pcr') 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. # Maintainer (AUR): Jenya Sovetkin -# Contributor: https://aur.archlinux.org/account/f4bio +# Contributor: Fabio Tea # 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' -- cgit v1.2.3