summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos José Ruiz-Henestrosa Ruiz2020-07-21 12:12:33 +0200
committerCarlos José Ruiz-Henestrosa Ruiz2020-07-21 12:12:33 +0200
commita88ae3fc12e3d1de9a1f9daeb17b69203718d83c (patch)
treee41f00dd3311509d86d7f6e4bc54818085623e33
parent1f81e6d3246304ef8029b029f21740660c25de83 (diff)
downloadaur-a88ae3fc12e3d1de9a1f9daeb17b69203718d83c.tar.gz
Fixed URL, added pkgdesc and bumped pkgver
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7055646d2485..d4a1be4fb53b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Carlos José Ruiz-Henestrosa Ruiz <ruizh.cj@gmail.com>
pkgname=beancount-import-git
_name=${pkgname%-git}
-pkgver=1.0.7.r0.0341cf8
+pkgver=1.3.3.r2.bd39126
pkgrel=1
-pkgdesc=""
+pkgdesc="Semi-automatic importer from external data sources into beancount"
arch=('any')
-url="https://beancount.github.io/fava/"
+url="https://github.com/jbms/beancount-import"
license=('MIT')
groups=()
depends=('beancount>=2.1.3'