Skip to content

Two different version of pikaur copied in PKGBUILD #905

@techge

Description

@techge

I am a bit confused by 393cf46

The version of pikaur of ./dist/usr/bin overwrites the one copied from ./packaging/usr/bin/ in the first cp command.

The files differ though:

diff src/pikaur-1.33.2/packaging/usr/bin/pikaur src/pikaur-1.33.2/dist/usr/bin/pikaur 
17c17
<     sys.path.append("/usr/lib/python%PYTHON_BUILD_VERSION%/site-packages/")
---
>     sys.path.append("/usr/lib/python3.14/site-packages/")

This behavior might be well intended. I don't know. It just seems a bit weird and might be confusing in the future.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions