Fix makepkg error

Update fixes url being set as an array
This commit is contained in:
Manuel Hüsers 2016-02-06 17:00:15 +01:00
parent 553f2a2081
commit 2b862057bf

View file

@ -6,7 +6,7 @@ pkgname=rc-local
pkgver=1.1
pkgrel=2
pkgdesc='Support for legacy rc.local scripts'
url=('https://aur.archlinux.org/packages/rc-local')
url="https://aur.archlinux.org/packages/${pkgname}"
arch=('any')
license=('LGPL2.1')
install="${pkgname}.install"