summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 70d2219e82e9..f569b0a5434d 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.6
+ pkgrel = 1
url = https://github.com/beancount/ledger2beancount
arch = any
license = GPL
@@ -16,8 +16,8 @@ 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.6.tar.gz
+ sha256sums = cd17477108f9883623aca530bb67b1a64448b6be890a00b9d1dddf2b68ce8c12
pkgname = ledger2beancount
diff --git a/PKGBUILD b/PKGBUILD
index 4b664ccc858e..d93b1240bccf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Zhuoyun Wei <wzyboy@wzyboy.org>
pkgname=ledger2beancount
-pkgver=2.5
-pkgrel=2
+pkgver=2.6
+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=('cd17477108f9883623aca530bb67b1a64448b6be890a00b9d1dddf2b68ce8c12')
package() {
cd "$srcdir/$pkgname-$pkgver"