summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD15
2 files changed, 12 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 32df9494116b..72895e1acd62 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
pkgbase = beancount-hg
pkgdesc = Double-Entry Accounting from Text Input
- pkgver = r2586.dbba632103c9
- pkgrel = 1
+ pkgver = r2721.24acbceb37ae
+ pkgrel = 2
url = http://furius.ca/beancount/
- arch = any
+ arch = i686
+ arch = x86_64
license = GPL
makedepends = mercurial
- depends = python-bottle
- depends = wget
+ depends = python-dateutil
+ depends = python>=3.3
+ optdepends = python-bottle: For the "beancount web" web-based interface
source = beancount-hg::hg+https://bitbucket.org/blais/beancount/
sha1sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 137e4077a304..97b019788789 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,16 @@
# Maintainer: Adrian Perez <aperez@igalia.com>
pkgname='beancount-hg'
pkgdesc='Double-Entry Accounting from Text Input'
-pkgver=r2586.dbba632103c9
-pkgrel=1
-arch=('any')
+pkgver=r2721.24acbceb37ae
+pkgrel=2
+arch=('i686' 'x86_64')
url="http://furius.ca/beancount/"
license=('GPL')
source=("${pkgname}::hg+https://bitbucket.org/blais/beancount/")
sha1sums=('SKIP')
-depends=('python-dateutil')
+depends=('python-dateutil' 'python>=3.3')
makedepends=('mercurial')
-
-# TODO: Add python-cdecimal when package is available
-depends=(
- python-bottle
- wget
-)
+optdepends=('python-bottle: For the "beancount web" web-based interface')
pkgver () {
cd "${pkgname}"