Fix makepkg error
Update fixes url being set as an array
This commit is contained in:
parent
553f2a2081
commit
2b862057bf
1 changed files with 1 additions and 1 deletions
2
PKGBUILD
2
PKGBUILD
|
@ -6,7 +6,7 @@ pkgname=rc-local
|
||||||
pkgver=1.1
|
pkgver=1.1
|
||||||
pkgrel=2
|
pkgrel=2
|
||||||
pkgdesc='Support for legacy rc.local scripts'
|
pkgdesc='Support for legacy rc.local scripts'
|
||||||
url=('https://aur.archlinux.org/packages/rc-local')
|
url="https://aur.archlinux.org/packages/${pkgname}"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
license=('LGPL2.1')
|
license=('LGPL2.1')
|
||||||
install="${pkgname}.install"
|
install="${pkgname}.install"
|
||||||
|
|
Loading…
Reference in a new issue