summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKirill Goncharov2019-06-07 12:02:07 +0300
committerKirill Goncharov2019-06-07 12:03:11 +0300
commite56947a4dbdba8b1c8841f9cc7065ee15975b35b (patch)
tree5602f5734c7653385808e6cf44e6b52ac5f06a5d /PKGBUILD
parentf3649e834d5d19edc4b4341f6ac1f173758cf374 (diff)
downloadaur-e56947a4dbdba8b1c8841f9cc7065ee15975b35b.tar.gz
Version 1.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
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"