diff options
author | Zhuoyun Wei | 2019-11-22 13:24:48 +0800 |
---|---|---|
committer | Zhuoyun Wei | 2019-11-22 13:24:48 +0800 |
commit | f65028a3114e4ce152e3dde8dc6da536afbe15f0 (patch) | |
tree | ede989341848407eaa1662bca2c5a6cbc6e54c3a | |
parent | b2cf9e9c7b4d3351a5a5a50904eb6c33e2eb2ea2 (diff) | |
download | aur-f65028a3114e4ce152e3dde8dc6da536afbe15f0.tar.gz |
[beancount] Rebuild for Python 3.8
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ pkgbase = beancount pkgdesc = Double-Entry Accounting from Text Files pkgver = 2.2.3 - pkgrel = 1 + pkgrel = 2 url = http://furius.ca/beancount/ arch = i686 arch = x86_64 @@ -3,7 +3,7 @@ pkgname=beancount pkgdesc='Double-Entry Accounting from Text Files' pkgver=2.2.3 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') url="http://furius.ca/beancount/" license=('GPL') |