diff options
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2,13 +2,13 @@ pkgname=beangulp pkgdesc='Importers framework for Beancount' -pkgver=0.1.1 -pkgrel=2 +pkgver=0.2.0 +pkgrel=1 arch=("any") url="https://github.com/beancount/beangulp" license=('GPL') source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz") -b2sums=('b5e7015e3a22cd44e5c2b648cf3ba9bfb327f55d43a582d1dae8d7c03d293341f405952ff17b16464cda394ee5acf08aa518b3685e7470c0a630c8accf11ecbc') +b2sums=('4dadb2a9d289cc282c353dba413a77cdd5f99cb8e8d869238e8a78b22e59d031c8db890f440fc8d06092a7aae0441d3564bf5427084a97c6a9c550ebe4d580c3') depends=("python" "beancount>=3" "python-beautifulsoup4" "python-chardet" "python-click" "python-lxml" "python-magic") makedepends=("python-build" "python-installer" "python-wheel" "python-setuptools") |