summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKirill Goncharov2020-10-05 20:06:56 +0300
committerKirill Goncharov2020-10-05 20:07:59 +0300
commitb61c94dc04c19fcf3951cff45d15d6a1bd9c8ea2 (patch)
tree12c0836ab8f02db251fbe02f5edfab70ecb36f9e
parentf21a475da9f63a17c45bc7607cc4370dfc0c559a (diff)
downloadaur-b61c94dc04c19fcf3951cff45d15d6a1bd9c8ea2.tar.gz
Version 2.0.1
-rw-r--r--.SRCINFO7
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD7
3 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f25d50f34cf4..d9348dd67701 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = beancount-exchangerates
pkgdesc = Price source for Beancount that loads data from http://exchangeratesapi.io/
- pkgver = 2.0.0
+ pkgver = 2.0.1
pkgrel = 1
url = https://github.com/xuhcc/beancount-exchangerates
arch = any
license = GPL
depends = beancount
- source = https://github.com/xuhcc/beancount-exchangerates/archive/v2.0.0.tar.gz
- sha256sums = 35e12d8ce9c52087e409db27400a3c93c7574cc796b1ecf83359698ac883b282
+ optdepends = beanprice: standalone bean-price package
+ source = beancount-exchangerates-2.0.1.tar.gz::https://github.com/xuhcc/beancount-exchangerates/archive/v2.0.1.tar.gz
+ sha256sums = 820543dc7967afeb612c1b88c3d7c148c6809bf55f91366092c573a86d3b49f3
pkgname = beancount-exchangerates
diff --git a/.gitignore b/.gitignore
index c230193ac7b8..9a4a05abb06a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
src
pkg
*.tar.gz
-*.tar.xz
+*.tar.zst
diff --git a/PKGBUILD b/PKGBUILD
index 330f60f9b594..0c6d47e8327f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,15 @@
pkgname='beancount-exchangerates'
pkgdesc='Price source for Beancount that loads data from http://exchangeratesapi.io/'
-pkgver=2.0.0
+pkgver=2.0.1
pkgrel=1
arch=('any')
url="https://github.com/xuhcc/beancount-exchangerates"
license=('GPL')
depends=('beancount')
-source=("https://github.com/xuhcc/beancount-exchangerates/archive/v${pkgver}.tar.gz")
-sha256sums=('35e12d8ce9c52087e409db27400a3c93c7574cc796b1ecf83359698ac883b282')
+optdepends=('beanprice: standalone bean-price package')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/xuhcc/beancount-exchangerates/archive/v${pkgver}.tar.gz")
+sha256sums=('820543dc7967afeb612c1b88c3d7c148c6809bf55f91366092c573a86d3b49f3')
package () {
cd "${pkgname}-${pkgver}"