makepkg requires leading . in PKGEXT now

Signed-off-by: Naman Sood <mail@nsood.in>
This commit is contained in:
Naman Sood 2024-06-18 21:36:26 -04:00
parent a67e10d21b
commit 5805bfc81a

View file

@ -12,6 +12,6 @@ fi
# make AUR packages not compress, since they immediately get
# decompressed anyway
export PKGEXT=pkg.tar
export PKGEXT=".pkg.tar"
export TENDS_TO=42