mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-06-28 14:51:43 +00:00
change spelling for distro name
This commit is contained in:
@ -140,7 +140,7 @@ def package_description_ahriman() -> PackageDescription:
|
||||
archive_size=4200,
|
||||
build_date=42,
|
||||
depends=["devtools", "git", "pyalpm", "python-aur", "python-srcinfo"],
|
||||
description="ArcHlinux ReposItory MANager",
|
||||
description="ArcH Linux ReposItory MANager",
|
||||
filename="ahriman-0.12.1-1-any.pkg.tar.zst",
|
||||
groups=[],
|
||||
installed_size=4200000,
|
||||
|
@ -31,7 +31,7 @@ def test_calculate_etag_small(resource_path_root: Path) -> None:
|
||||
must calculate checksum for path which is single chunk
|
||||
"""
|
||||
path = resource_path_root / "models" / "package_ahriman_srcinfo"
|
||||
assert S3.calculate_etag(path, _chunk_size) == "04e75b4aa0fe6033e711e8ea98e059b2"
|
||||
assert S3.calculate_etag(path, _chunk_size) == "a55f82198e56061295d405aeb58f4062"
|
||||
|
||||
|
||||
def test_remove_files(s3_remote_objects: List[Any]) -> None:
|
||||
|
@ -1,5 +1,5 @@
|
||||
pkgbase = ahriman
|
||||
pkgdesc = ArcHlinux ReposItory MANager
|
||||
pkgdesc = ArcH Linux ReposItory MANager
|
||||
pkgver = 0.12.1
|
||||
pkgrel = 1
|
||||
url = https://github.com/arcan1s/ahriman
|
||||
|
Reference in New Issue
Block a user