Package Details: beanprice-git 1.0.1.r11.g7614b25-1

Git Clone URL: https://aur.archlinux.org/beanprice-git.git (read-only, click to copy)
Package Base: beanprice-git
Description: Double-Entry Accounting from Text Input
Upstream URL: http://furius.ca/beancount/
Licenses: GPL
Conflicts: beanprice
Provides: beanprice
Submitter: kris7t
Maintainer: kris7t
Last Packager: kris7t
Votes: 0
Popularity: 0.000000
First Submitted: 2020-12-28 21:09 (UTC)
Last Updated: 2020-12-28 21:09 (UTC)

Required by (2)

Sources (1)

Latest Comments

kmacleod commented on 2023-07-06 13:24 (UTC) (edited on 2023-07-06 13:24 (UTC) by kmacleod)

Since the beancount package bean-price is broken for yahoo (the fix is not in the V2 release branch), I'm using this package alongside it.

However, there's a conflict with /usr/bin/bean-price. I've added the rename portion from the beanprice PKGBUILD here to avoid the conflict:

package () {
    cd "${pkgname}"
    sed -i.bak s/quotechar=\'\'/quotechar=\'\"\'/ beanprice/sources/tsp.py
    python3 setup.py install --prefix=/usr --root="${pkgdir}"
    # Rename bean-price executable to avoid conflicts with beancount package
    mv "${pkgdir}/usr/bin/bean-price" "${pkgdir}/usr/bin/bean-price-standalone"
}