summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD20
1 files changed, 15 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5b98901c2a8e..ef5a806bc868 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,27 @@
# Maintainer: Adrian Perez <aperez@igalia.com>
pkgname=beancount-git
pkgdesc='Double-Entry Accounting from Text Input'
-pkgver=2.3.0.r173.g13746c29
+pkgver=2.3.3.r451.gf9481591
pkgrel=1
arch=(i686 x86_64)
url=http://furius.ca/beancount/
license=(GPL)
source=("${pkgname}::git+https://github.com/beancount/beancount/")
sha512sums=('SKIP')
-depends=('python>=3.5' 'mpdecimal' 'python-ply' 'python-dateutil'
- 'python-magic-ahupp' 'python-beautifulsoup4' 'python-chardet'
- 'python-bottle' 'python-lxml' 'python-google-api-python-client')
-makedepends=('mercurial' 'python-nose' 'make')
+depends=('mpdecimal'
+ 'python-beautifulsoup4'
+ 'python-bottle'
+ 'python-chardet'
+ 'python-dateutil'
+ 'python-google-api-python-client'
+ 'python-google-auth-oauthlib'
+ 'python-lxml'
+ 'python-magic-ahupp'
+ 'python-ply'
+ 'python-requests'
+ 'python>=3.5'
+ 'python-pytest')
+makedepends=('git' 'python-nose' 'make')
replaces=(ledgerhub-hg beancount-hg)
provides=(ledgerhub-hg "beancount=${pkgver%%.r*}")
conflicts=(beancount beancount-hg)