2 Sep
2019
2 Sep
'19
10:50 a.m.
On September 2, 2019 12:31:54 PM GMT+02:00, Holger Jahn <lists@loomsday.co.nz> wrote:
Good evening,
If someone would be interested in reviewing my first contribution to Arch, disklow, then that would be much appreciated.
Many thanks,
Holger
Hi Holger, Few style things: - remove unused directives - packages always provide themselves More importantly it seems to me that you switched url and source around. The source array is used to define where to find (and potentially download) the sources. The url array is just a general hint, for example to an upstream project page. As it stands, the pkgbuild assumes the sources to be in cwd as a file. If that's intentional, carry on. Regards, Khorne