upgpkg: dendrite-git 0.8.5.r2.gcd8246051-1
new conf file name
This commit is contained in:
parent
622ea97e39
commit
3cf1b06094
2 changed files with 3 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
pkgbase = dendrite-git
|
||||
pkgdesc = A second-generation Matrix homeserver written in Go
|
||||
pkgver = 0.3.11.r39.g81d60d544
|
||||
pkgver = 0.8.5.r2.gcd8246051
|
||||
pkgrel = 1
|
||||
url = https://github.com/matrix-org/dendrite
|
||||
arch = x86_64
|
||||
|
@ -19,4 +19,3 @@ pkgbase = dendrite-git
|
|||
sha256sums = 562a89c61d4f54a2558024f755497a3a59b1c85e236924131fdf58724ed25f3f
|
||||
|
||||
pkgname = dendrite-git
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
pkgname=dendrite-git
|
||||
_gitname=dendrite
|
||||
pkgver=0.3.11.r39.g81d60d544
|
||||
pkgver=0.8.5.r2.gcd8246051
|
||||
pkgrel=1
|
||||
pkgdesc="A second-generation Matrix homeserver written in Go"
|
||||
arch=('x86_64')
|
||||
|
@ -55,7 +55,7 @@ package() {
|
|||
install -Dm755 ./generate-config "${pkgdir}/usr/bin/${_gitname}-generate-config"
|
||||
install -Dm755 ./generate-keys "${pkgdir}/usr/bin/${_gitname}-generate-keys"
|
||||
install -Dm755 ./create-account "${pkgdir}/usr/bin/${_gitname}-create-account"
|
||||
install -Dm644 ./dendrite-config.yaml "${pkgdir}/etc/dendrite/config-sample.yaml"
|
||||
install -Dm644 ./dendrite-sample.monolith.yaml "${pkgdir}/etc/dendrite/config-sample.yaml"
|
||||
install -Dm644 "${srcdir}/dendrite.service" "${pkgdir}/usr/lib/systemd/system/${_gitname}.service"
|
||||
install -Dm644 "${srcdir}/${_gitname}.sysusers" "${pkgdir}/usr/lib/sysusers.d/${_gitname}.conf"
|
||||
install -Dm644 "${srcdir}/tmpfiles-${_gitname}.conf" "${pkgdir}/usr/lib/tmpfiles.d/${_gitname}.conf"
|
||||
|
|
Loading…
Reference in a new issue