summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Perez de Castro2015-07-09 21:38:27 +0200
committerAdrian Perez de Castro2015-07-09 21:38:27 +0200
commitf0e656bbdc7a4c866282e7069505091bba009d9e (patch)
tree04398df35babb81625ac17c232901d0fb15c91c5
parentd2f95db595f311f0016a95c17c2d97b14666dcd6 (diff)
downloadaur-f0e656bbdc7a4c866282e7069505091bba009d9e.tar.gz
Added python-ply, and python-dateutil as depencies
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72895e1acd62..bdb400f99734 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = beancount-hg
pkgdesc = Double-Entry Accounting from Text Input
- pkgver = r2721.24acbceb37ae
- pkgrel = 2
+ pkgver = r2826.59cf47a2800a
+ pkgrel = 1
url = http://furius.ca/beancount/
arch = i686
arch = x86_64
@@ -9,6 +9,8 @@ pkgbase = beancount-hg
makedepends = mercurial
depends = python-dateutil
depends = python>=3.3
+ depends = python-ply
+ depends = python-dateutil
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 97b019788789..d16a53de6384 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Adrian Perez <aperez@igalia.com>
pkgname='beancount-hg'
pkgdesc='Double-Entry Accounting from Text Input'
-pkgver=r2721.24acbceb37ae
-pkgrel=2
+pkgver=r2826.59cf47a2800a
+pkgrel=1
arch=('i686' 'x86_64')
url="http://furius.ca/beancount/"
license=('GPL')
source=("${pkgname}::hg+https://bitbucket.org/blais/beancount/")
sha1sums=('SKIP')
-depends=('python-dateutil' 'python>=3.3')
+depends=('python-dateutil' 'python>=3.3' 'python-ply' 'python-dateutil')
makedepends=('mercurial')
optdepends=('python-bottle: For the "beancount web" web-based interface')