Closed DanisDGK closed 1 year ago
This adds in the pkgver() function recommended by the Arch Wiki, as well as fixes the install() function, as it was using the wrong directory.
pkgver()
install()
I also changed the spots where the variables are used to ${var} instead of $var, as that seems to be the convention.
${var}
$var
Merged as: https://github.com/waycrate/xdg-desktop-portal-luminous/commit/3b4f8b53c4991c8de142487f9856275b9de4e22b
This adds in the
pkgver()
function recommended by the Arch Wiki, as well as fixes theinstall()
function, as it was using the wrong directory.I also changed the spots where the variables are used to
${var}
instead of$var
, as that seems to be the convention.