summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Perez de Castro2017-02-27 22:10:00 +0200
committerAdrian Perez de Castro2017-02-27 22:10:00 +0200
commit55539e91fd47c74afddead9d31c48f29bdad4582 (patch)
treeea9089e15a96db335208b791fa1c6725f58fff9c
parente1d4f5bcfb572ea55aee8db6ce38eabfeabbc702 (diff)
downloadaur-55539e91fd47c74afddead9d31c48f29bdad4582.tar.gz
Make package provide ledgerhub-hg
It turns out that ledgerhub is no more, and the code has been imported into beancount: https://groups.google.com/forum/#!msg/beancount/_fPGxWo4Ewg/nOBsrXvSDAAJ
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index acda354ca8c2..2beb47ebdd5e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = beancount-hg
pkgdesc = Double-Entry Accounting from Text Input
pkgver = r4148.397e821a48c5
- pkgrel = 2
+ pkgrel = 3
url = http://furius.ca/beancount/
arch = i686
arch = x86_64
@@ -19,6 +19,8 @@ pkgbase = beancount-hg
depends = python-bottle
depends = python-lxml
depends = python-google-api-python-client
+ provides = ledgerhub-hg
+ replaces = ledgerhub-hg
source = beancount-hg::hg+https://bitbucket.org/blais/beancount/
sha1sums = SKIP
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}"