summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKirill Goncharov2020-10-05 20:23:26 +0300
committerKirill Goncharov2020-10-05 20:23:26 +0300
commitf322ea2b5946f713c320de76aca6654943860ffa (patch)
tree36a268f391140291645ec7253e14f3d31dcc0a85 /PKGBUILD
parent85c8c94fb453f2077c59b247a249b8a5c667cd8a (diff)
downloadaur-f322ea2b5946f713c320de76aca6654943860ffa.tar.gz
Version 2.1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7a18b2a0b690..9b08c00434fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,15 @@
pkgname='beancount-cryptoassets'
pkgdesc='Price sources for Beancount that provide prices for various cryptoassets'
-pkgver=2.1.0
+pkgver=2.1.1
pkgrel=1
arch=('any')
url="https://github.com/xuhcc/beancount-cryptoassets"
license=('GPL')
depends=('beancount')
-source=("https://github.com/xuhcc/beancount-cryptoassets/archive/v${pkgver}.tar.gz")
-sha256sums=('3e1074e891a9ed002745213620a71edb2923859f1e5c6ebfed7389bdd672a449')
+optdepends=('beanprice: standalone bean-price package')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/xuhcc/beancount-cryptoassets/archive/v${pkgver}.tar.gz")
+sha256sums=('665902e38bbeeb53f4d3b4432df2085b1b31fc830313ae15c79bb1d6aa049982')
package () {
cd "${pkgname}-${pkgver}"