accept zstandard compressed packages
This commit is contained in:
parent
d85c00fa12
commit
c9572bed0f
1 changed files with 1 additions and 1 deletions
|
@ -413,7 +413,7 @@ def add_package_to_repo(package: Package, arch: str):
|
|||
|
||||
for file in os.listdir(pkgbuild_dir):
|
||||
# Forced extension by makepkg.conf
|
||||
if file.endswith('.pkg.tar.xz'):
|
||||
if file.endswith('.pkg.tar.xz') or file.endswith('.pkg.tar.zst'):
|
||||
shutil.move(
|
||||
os.path.join(pkgbuild_dir, file),
|
||||
os.path.join(binary_dir, file),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue