summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Perez de Castro2014-10-02 10:07:11 +0300
committerAdrian Perez de Castro2015-06-20 18:01:34 +0200
commit1a7348a3819ae5f8704a2f555376a790d506401f (patch)
treefc452d52ec68afc1304353c74f6d564cdcbb10de
parent3a8163895b6dc0eaeb9b8772362cca9836659ab5 (diff)
downloadaur-1a7348a3819ae5f8704a2f555376a790d506401f.tar.gz
Added missing dependencies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc65700edcbf..a50b0495d182 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = beancount-hg
pkgdesc = Double-Entry Accounting from Text Input
- pkgver = r1443.0512ce36d618
+ pkgver = r1711.26890d8c857d
pkgrel = 1
url = http://furius.ca/beancount/
arch = any
license = GPL
+ makedepends = mercurial
depends = python-bottle
depends = wget
source = beancount-hg::hg+https://hg.furius.ca/public/beancount/
diff --git a/PKGBUILD b/PKGBUILD
index 3dba0ac7819c..9e3d10558919 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,15 @@
# Maintainer: Adrian Perez <aperez@igalia.com>
pkgname='beancount-hg'
pkgdesc='Double-Entry Accounting from Text Input'
-pkgver=r1443.0512ce36d618
+pkgver=r1711.26890d8c857d
pkgrel=1
arch=('any')
url="http://furius.ca/beancount/"
license=('GPL')
source=("${pkgname}::hg+https://hg.furius.ca/public/beancount/")
sha1sums=('SKIP')
+depends=('python-dateutil')
+makedepends=('mercurial')
export HGOPTIONS=--insecure