summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ea43822deb36..b96ff1389b1b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='beancount-hg'
pkgdesc='Double-Entry Accounting from Text Input'
pkgver=r4148.397e821a48c5
-pkgrel=2
+pkgrel=3
arch=('i686' 'x86_64')
url="http://furius.ca/beancount/"
license=('GPL')
@@ -12,6 +12,8 @@ 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')
+replaces=('ledgerhub-hg')
+provides=('ledgerhub-hg')
pkgver () {
cd "${pkgname}"