summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNanaka Hiira2024-12-15 21:57:49 +0900
committerNanaka Hiira2024-12-15 21:57:49 +0900
commitcf487bcc8837663947910c4b64f6aa30579f494a (patch)
tree73da32bcd3f6c2a9a4287219e526eae050fbe57a /PKGBUILD
parent005edac531540c1531b52b06a7915777a98450fe (diff)
downloadaur-cf487bcc8837663947910c4b64f6aa30579f494a.tar.gz
fix default db password
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 84296250cd19..d2cceb4fe4d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname='concrnt-activitypub'
pkgdesc='Concrnt ActivityPub bridge module'
pkgver=0.3.1
_pkgver=v${pkgver}
-pkgrel=1
+pkgrel=2
arch=('x86_64' 'aarch64')
url="https://github.com/totegamma/concurrent"
license=('MIT')
@@ -54,7 +54,7 @@ package() {
-e "s/([a-z]+):([0-9]+)/localhost:\2/g" \
-e "s/host=db/host=localhost/" \
-e "s/user=postgres/user=concrnt/" \
- -e "s/password=postgres/user=concrnt/" \
+ -e "s/password=postgres/password=concrnt/" \
-e "s/dbname=concurrent/dbname=concrnt/" \
"${pkgdir}/etc/concrnt/config/apconfig.yaml"