summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f7602cad07d..b6fba08280d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ledger2beancount
pkgdesc = Ledger to Beancount text-based converter
- pkgver = 1.1
+ pkgver = 1.7
pkgrel = 1
url = https://github.com/zacchiro/ledger2beancount
arch = any
@@ -12,9 +12,10 @@ pkgbase = ledger2beancount
depends = perl-datetime-format-strptime
depends = perl-file-basedir
depends = perl-getopt-long-descriptive
+ depends = perl-string-interpolate
depends = perl-yaml-libyaml
- source = https://github.com/zacchiro/ledger2beancount/archive/1.1.tar.gz
- sha256sums = fc4e07f101529f81640636ba0933701bd1f88ceae17cede0f8484049b96eb9c3
+ source = https://github.com/zacchiro/ledger2beancount/archive/1.7.tar.gz
+ sha256sums = 06e657f71b9ac68af8756a8a0f48a4652f773ebc4f4a098ebc0a1677eba1c664
pkgname = ledger2beancount
diff --git a/PKGBUILD b/PKGBUILD
index 15b1e24d5c0e..abe34276cd0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
-# Maintainer: Zhuoyun Wei <wzyboy@wzyboy.org>
+# Maintainer: Kirill Goncharov <kdgoncharov at gmail dot com>
+# Contributor: Zhuoyun Wei <wzyboy@wzyboy.org>
pkgname=ledger2beancount
-pkgver=1.1
+pkgver=1.7
pkgrel=1
pkgdesc='Ledger to Beancount text-based converter'
arch=('any')
@@ -9,9 +10,9 @@ url="https://github.com/zacchiro/ledger2beancount"
license=('GPL')
depends=('perl' 'perl-carp-assert' 'perl-config-onion' 'perl-date-calc'
'perl-datetime-format-strptime' 'perl-file-basedir'
- 'perl-getopt-long-descriptive' 'perl-yaml-libyaml')
+ 'perl-getopt-long-descriptive' 'perl-string-interpolate' 'perl-yaml-libyaml')
source=("https://github.com/zacchiro/ledger2beancount/archive/${pkgver}.tar.gz")
-sha256sums=('fc4e07f101529f81640636ba0933701bd1f88ceae17cede0f8484049b96eb9c3')
+sha256sums=('06e657f71b9ac68af8756a8a0f48a4652f773ebc4f4a098ebc0a1677eba1c664')
package() {
cd "$srcdir/$pkgname-$pkgver"