summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDouglas Chimento2022-06-03 11:16:36 +0300
committerDouglas Chimento2022-06-03 11:16:36 +0300
commite8e3e1ef575f301baddae8dd0c815aceb9e6a409 (patch)
tree96f414d8e5f9e7d0347530d8e881ba8749fc629d /PKGBUILD
parent44c5224aa8f47cd631515bef33b712ac12820b1b (diff)
downloadaur-e8e3e1ef575f301baddae8dd0c815aceb9e6a409.tar.gz
0.2.12
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ac3318803e67..d22d16b8a82e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Douglas Chimento <dchimento@gmail.com>
pkgname=charge-lnd
-pkgver=0.2.8
-pkgrel=6
+pkgver=0.2.12
+pkgrel=1
pkgdesc="${pkgname} is a simple policy based fee manager for LND"
url='https://github.com/accumulator/charge-lnd'
depends=('python' 'python-setuptools' 'python-googleapis-common-protos' 'python-grpcio' 'python-protobuf' 'python-six' 'python-termcolor' 'python-colorama' 'python-aiorpcx')
@@ -13,7 +13,7 @@ arch=('any')
install=${pkgname}.install
backup=("etc/default/${pkgname}")
source=("https://github.com/accumulator/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz" "${pkgname}.service" "${pkgname}@.service" "${pkgname}.timer" "${pkgname}.sysusers" "${pkgname}.env")
-sha256sums=('8f6fff0a1ae9b5a20855cdb2dc2aeef3f1f3cb692b6a02684305e02ea3b1cd50' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP')
+sha256sums=('782849bcf814dbf61570dabac83080bfeb5d04ff6eadd66caf37fcd85a1100e6' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP')
build() {
cd "$pkgname-$pkgver"