fixed makepkg error

it executed pacman because of the backticks
This commit is contained in:
Bryan Joshua Pedini 2024-09-17 08:24:51 +02:00
parent 14fbf3c41e
commit 97fc6c86c7

View File

@ -4,7 +4,7 @@ _pkgname="pman"
pkgname="$_pkgname-helper" pkgname="$_pkgname-helper"
pkgver="1.2.0" pkgver="1.2.0"
pkgrel="1" pkgrel="1"
pkgdesc="A `pacman` helper script, because you forget all the stupid flags" pkgdesc="A pacman helper script, because you forget all the stupid flags"
url="https://git.bjphoster.com/source/$_pkgname" url="https://git.bjphoster.com/source/$_pkgname"
arch=("any") arch=("any")
license=("MIT") license=("MIT")