summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Perez de Castro2015-05-25 16:01:18 +0200
committerAdrian Perez de Castro2015-06-20 18:01:35 +0200
commit497facb06b1b2e4186274b2ad56414a9a7667453 (patch)
tree626ebc758ebc5dc6a33c66d3792c2c514294bd30
parent1a7348a3819ae5f8704a2f555376a790d506401f (diff)
downloadaur-497facb06b1b2e4186274b2ad56414a9a7667453.tar.gz
Update repository URL
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD19
2 files changed, 4 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a50b0495d182..32df9494116b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = beancount-hg
pkgdesc = Double-Entry Accounting from Text Input
- pkgver = r1711.26890d8c857d
+ pkgver = r2586.dbba632103c9
pkgrel = 1
url = http://furius.ca/beancount/
arch = any
@@ -8,7 +8,7 @@ pkgbase = beancount-hg
makedepends = mercurial
depends = python-bottle
depends = wget
- source = beancount-hg::hg+https://hg.furius.ca/public/beancount/
+ source = beancount-hg::hg+https://bitbucket.org/blais/beancount/
sha1sums = SKIP
pkgname = beancount-hg
diff --git a/PKGBUILD b/PKGBUILD
index 9e3d10558919..137e4077a304 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,31 +1,16 @@
# Maintainer: Adrian Perez <aperez@igalia.com>
pkgname='beancount-hg'
pkgdesc='Double-Entry Accounting from Text Input'
-pkgver=r1711.26890d8c857d
+pkgver=r2586.dbba632103c9
pkgrel=1
arch=('any')
url="http://furius.ca/beancount/"
license=('GPL')
-source=("${pkgname}::hg+https://hg.furius.ca/public/beancount/")
+source=("${pkgname}::hg+https://bitbucket.org/blais/beancount/")
sha1sums=('SKIP')
depends=('python-dateutil')
makedepends=('mercurial')
-export HGOPTIONS=--insecure
-
-# Hack to make sure we pass --insecure to Mercurial when cloning/pulling
-hg () {
- if [[ $1 == clone ]] ; then
- shift
- command hg clone --insecure "$@"
- elif [[ $1 == pull ]] ; then
- shift
- command hg pull --insecure "$@"
- else
- command hg "$@"
- fi
-}
-
# TODO: Add python-cdecimal when package is available
depends=(
python-bottle