Fix Arch PKGBUILD generation target

This commit is contained in:
Joe Julian
2026-04-06 21:25:55 -07:00
parent 5bf1bdb5f3
commit 4b7a898a7f
2 changed files with 7 additions and 11 deletions
@@ -27,13 +27,7 @@ source=('git+https://git.julianfamily.org/joejulian/keepassgo.git')
sha256sums=('SKIP')
_repo_dir() {
if [[ -d "${srcdir}/keepassgo/.git" ]]; then
printf '%s\n' "${srcdir}/keepassgo"
return
fi
cd "${startdir}/../../.." || exit 1
pwd
printf '%s\n' "@REPO_DIR@"
}
pkgver() {