Skip to content

Commit

Permalink
beanquery: auto updated to 0.1.0-6
Browse files Browse the repository at this point in the history
  • Loading branch information
lilacbot committed Feb 1, 2025
1 parent b0cb2fb commit 1c37685
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions archlinuxcn/beanquery/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
pkgname=beanquery
pkgdesc='A customizable light-weight SQL query tool that works on tabular data, including Beancount'
pkgver=0.1.0
pkgrel=5
pkgrel=6
arch=("any")
url="https://github.com/beancount/beanquery"
license=('GPL')
Expand All @@ -12,7 +12,11 @@ b2sums=('740590b554b484b73fabfdacd60e9d17e64628230d9949b131645b53adda5c3050739f9
# NOTE: The Python package technically does not require beancount 3.x but it
# provides /usr/bin/bean-query which conflicts with beancount 2.x and so we
# require beancount 3.x here.
depends=("python" "beancount>=3" "python-click" "python-tatsu-lts")
# NOTE: The Python package requires 'tatsu >= 5.7.4, < 5.8.0', and the only
# version meets the requirement is 5.7.4 released in 2022. You can build it
# with this PKGBUILD:
# https://gist.github.com/wzyboy/a5acef9bc8e9bfd74f07696b21551c65
depends=("python" "beancount>=3" "python-click" "python-tatsu=5.7.4")
makedepends=("python-build" "python-installer" "python-wheel" "python-setuptools")

build() {
Expand Down

0 comments on commit 1c37685

Please sign in to comment.