Package Details: python-bintrees-git r206.667002a-1

Git Clone URL: https://aur.archlinux.org/python-bintrees-git.git (read-only, click to copy)
Package Base: python-bintrees-git
Description: Package provides Binary-, RedBlack- and AVL-Trees in Python and Cython.
Upstream URL: https://github.com/mozman/bintrees/
Licenses: custom
Conflicts: python-bintrees
Provides: python-bintrees-git
Submitter: vsilv
Maintainer: vsilv
Last Packager: vsilv
Votes: 0
Popularity: 0.000000
First Submitted: 2017-11-12 17:19 (UTC)
Last Updated: 2017-11-12 17:45 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

kleintux commented on 2022-12-18 15:12 (UTC)

Don't use SUDO in PKGBUILDS. it's forbidden. Don't install something direct to the System. It's a security risk and the files will not be deleted if the package gets deleted. You need to add the files to the pkgdir folder.

see https://wiki.archlinux.org/title/Creating_packages#package()

copy the licence file to the pkgdir and not the host filesystem

thank you for fixing and maintaining