Compare commits

..

No commits in common. "ab8bd794b0071b1a0a5e97acbc5c4343bdfd46e8" and "f0441047ba45e4e81ab398f055db9f68480fd492" have entirely different histories.

2 changed files with 6 additions and 6 deletions

View file

@ -5,12 +5,12 @@ pkgbase = rc-local
url = https://aur.archlinux.org/packages/rc-local/ url = https://aur.archlinux.org/packages/rc-local/
install = rc-local.install install = rc-local.install
arch = any arch = any
license = LGPL-2.1-or-later license = LGPL2.1
depends = systemd depends = systemd
backup = etc/rc.local backup = etc/rc.local
source = rc.local source = rc.local
source = rc-local.service source = rc-local.service
sha512sums = 4c3f8498957d47cf2c6ed6d755f6d6a6e42a59ac176b5a752ea4cdd23418d009c180bd53609bc34a1b11f720d71e702d71b4014ae4f98008c89f86323dc9afab sha256sums = 8aa661c15cf9a35c32c79055bf69ab2d16354128ddd67a1bce0a7e48fe26f2e3
sha512sums = 85c7eafe5d79c4829b48c4df867e28bdb0b4464cab3581fd67e288648d416ceb69fe4e6b5193f86517f1e9578ef05fba8f708097625de6b903c6794fbec5078e sha256sums = f8c4f7a72833bb568bd4848ad16442cb3150b438184e0a6d30348fb518f969ae
pkgname = rc-local pkgname = rc-local

View file

@ -8,14 +8,14 @@ pkgrel=1
pkgdesc='Support for legacy rc.local scripts' pkgdesc='Support for legacy rc.local scripts'
url="https://aur.archlinux.org/packages/${pkgname}/" url="https://aur.archlinux.org/packages/${pkgname}/"
arch=('any') arch=('any')
license=('LGPL-2.1-or-later') license=('LGPL2.1')
install="${pkgname}.install" install="${pkgname}.install"
depends=('systemd') depends=('systemd')
backup=('etc/rc.local') backup=('etc/rc.local')
source=('rc.local' source=('rc.local'
'rc-local.service') 'rc-local.service')
sha512sums=('4c3f8498957d47cf2c6ed6d755f6d6a6e42a59ac176b5a752ea4cdd23418d009c180bd53609bc34a1b11f720d71e702d71b4014ae4f98008c89f86323dc9afab' sha256sums=('8aa661c15cf9a35c32c79055bf69ab2d16354128ddd67a1bce0a7e48fe26f2e3'
'85c7eafe5d79c4829b48c4df867e28bdb0b4464cab3581fd67e288648d416ceb69fe4e6b5193f86517f1e9578ef05fba8f708097625de6b903c6794fbec5078e') 'f8c4f7a72833bb568bd4848ad16442cb3150b438184e0a6d30348fb518f969ae')
package() { package() {
install -Dm755 'rc.local' "${pkgdir}/etc/rc.local" install -Dm755 'rc.local' "${pkgdir}/etc/rc.local"