diff options
author | Zhuoyun Wei | 2019-01-18 23:39:22 +0800 |
---|---|---|
committer | Zhuoyun Wei | 2019-01-18 23:39:22 +0800 |
commit | a96e27b575ba9d126e7fcda1b2d82d75dc0a51ce (patch) | |
tree | da67bb3b246ac2b531099645642fb817b14c9246 | |
parent | 68a4955bb11ffcdc4dbb6aa841e096b211da851c (diff) | |
download | aur-a96e27b575ba9d126e7fcda1b2d82d75dc0a51ce.tar.gz |
[beancount] 2.2.0
-rw-r--r-- | .SRCINFO | 10 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 8 insertions, 8 deletions
@@ -1,9 +1,9 @@ # Generated by mksrcinfo v8 -# Sat Oct 13 01:50:00 UTC 2018 +# Fri Jan 18 15:39:15 UTC 2019 pkgbase = beancount pkgdesc = Double-Entry Accounting from Text Files - pkgver = 2.1.3 - pkgrel = 2 + pkgver = 2.2.0 + pkgrel = 1 url = http://furius.ca/beancount/ arch = i686 arch = x86_64 @@ -21,8 +21,8 @@ pkgbase = beancount depends = python-requests depends = python-pytest conflicts = beancount-hg - source = https://files.pythonhosted.org/packages/source/b/beancount/beancount-2.1.3.tar.gz - sha256sums = 4b7b0d3633c82ca88d3cb3d31ad2fd2e45a42401cfa94eaa1cb938ffece34f22 + source = https://files.pythonhosted.org/packages/source/b/beancount/beancount-2.2.0.tar.gz + sha256sums = 6170141e39629109c9ad15fe4f4650f7e28b6a1c38ad597338f8956cb1f76ec8 pkgname = beancount @@ -2,13 +2,13 @@ pkgname=beancount pkgdesc='Double-Entry Accounting from Text Files' -pkgver=2.1.3 -pkgrel=2 +pkgver=2.2.0 +pkgrel=1 arch=('i686' 'x86_64') url="http://furius.ca/beancount/" license=('GPL') source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz") -sha256sums=('4b7b0d3633c82ca88d3cb3d31ad2fd2e45a42401cfa94eaa1cb938ffece34f22') +sha256sums=('6170141e39629109c9ad15fe4f4650f7e28b6a1c38ad597338f8956cb1f76ec8') depends=('python>=3.5' 'mpdecimal' 'python-dateutil' 'python-ply' 'python-bottle' 'python-lxml' 'python-magic-ahupp' 'python-beautifulsoup4' 'python-chardet' 'python-google-api-python-client' 'python-requests' |