summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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