summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6fba08280d2..dd57db4632ac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ledger2beancount
pkgdesc = Ledger to Beancount text-based converter
pkgver = 1.7
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/zacchiro/ledger2beancount
arch = any
license = GPL
@@ -14,6 +14,7 @@ pkgbase = ledger2beancount
depends = perl-getopt-long-descriptive
depends = perl-string-interpolate
depends = perl-yaml-libyaml
+ conflicts = ledger2beancount-git
source = https://github.com/zacchiro/ledger2beancount/archive/1.7.tar.gz
sha256sums = 06e657f71b9ac68af8756a8a0f48a4652f773ebc4f4a098ebc0a1677eba1c664
diff --git a/PKGBUILD b/PKGBUILD
index abe34276cd0c..82e8b0f17755 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=ledger2beancount
pkgver=1.7
-pkgrel=1
+pkgrel=2
pkgdesc='Ledger to Beancount text-based converter'
arch=('any')
url="https://github.com/zacchiro/ledger2beancount"
@@ -11,6 +11,7 @@ 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-string-interpolate' 'perl-yaml-libyaml')
+conflicts=('ledger2beancount-git')
source=("https://github.com/zacchiro/ledger2beancount/archive/${pkgver}.tar.gz")
sha256sums=('06e657f71b9ac68af8756a8a0f48a4652f773ebc4f4a098ebc0a1677eba1c664')