summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMika Hyttinen2024-02-02 07:24:19 +0200
committerMika Hyttinen2024-02-02 07:24:19 +0200
commit7fc894f758014903fab8b03f43d361e4f8b927f3 (patch)
tree81ebada91d3faca538a04e85563fed28e9e8fd08
parente7deb3311dc150e25822ca18a2d4d76698c4b2a5 (diff)
downloadaur-7fc894f758014903fab8b03f43d361e4f8b927f3.tar.gz
Update PKGBUILD
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c3e2c7b71df3..bb9b10e73970 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,8 @@ source=(git+https://gitlab.demlabs.net/cellframe/$_pkgname.git#commit=e0be2db8b2
cellframe-node.logrotate
cellframe-node-logrotate.service
cellframe-node-logrotate.timer
- cellframe-node.service)
+ cellframe-node.service
+ cellframe-node.asan.service)
md5sums=('SKIP'
'SKIP'
'SKIP'
@@ -25,7 +26,8 @@ md5sums=('SKIP'
'6a52220e0b285dc9e803082f36897ad4'
'7c1087eea7336d99c4af55119673b009'
'47edb0d55d537e72f3de07ec6a72ea78'
- '72472d529b38f06a78f37ac659b18d65')
+ '72472d529b38f06a78f37ac659b18d65'
+ '804e1606d2598264377c166388ec4360')
install=$_pkgname.install
conflicts=(cellframe-dashboard cellframe-wallet cellframe-node)
options=(!strip)