summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 70d2219e82e9..49268ee813a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ledger2beancount
pkgdesc = Ledger to Beancount text-based converter
- pkgver = 2.5
- pkgrel = 2
+ pkgver = 2.7
+ pkgrel = 1
url = https://github.com/beancount/ledger2beancount
arch = any
license = GPL
@@ -16,8 +16,7 @@ pkgbase = ledger2beancount
depends = perl-regexp-common
depends = perl-list-moreutils
conflicts = ledger2beancount-git
- source = https://github.com/beancount/ledger2beancount/archive/2.5.tar.gz
- sha256sums = ea0236306801236e40b7d4e0cf30af9af8d374b301a5493de7de17d54315fe15
+ source = https://github.com/beancount/ledger2beancount/archive/2.7.tar.gz
+ sha256sums = 6c241c01f4fcc1be039583412b4dd45fc9d86cd14563c38d75bdfab72a1f4a28
pkgname = ledger2beancount
-
diff --git a/PKGBUILD b/PKGBUILD
index 4b664ccc858e..586328109fdc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
-# Maintainer: Kirill Goncharov <kdgoncharov at gmail dot com>
+# Maintainer: xuhcc <xuhcc at cryptolab dot net>
# Contributor: Zhuoyun Wei <wzyboy@wzyboy.org>
pkgname=ledger2beancount
-pkgver=2.5
-pkgrel=2
+pkgver=2.7
+pkgrel=1
pkgdesc='Ledger to Beancount text-based converter'
arch=('any')
url="https://github.com/beancount/ledger2beancount"
@@ -15,7 +15,7 @@ depends=('perl' 'perl-date-calc'
)
conflicts=('ledger2beancount-git')
source=("https://github.com/beancount/ledger2beancount/archive/${pkgver}.tar.gz")
-sha256sums=('ea0236306801236e40b7d4e0cf30af9af8d374b301a5493de7de17d54315fe15')
+sha256sums=('6c241c01f4fcc1be039583412b4dd45fc9d86cd14563c38d75bdfab72a1f4a28')
package() {
cd "$srcdir/$pkgname-$pkgver"