summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d3a6dff88d2f..52a28b72dd5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Carlos Mogas da Silva <r3pek@r3pek.org>
pkgname=mxisd
-pkgver=1.2.2
+pkgver=1.3.0
pkgrel=1
pkgdesc="Federated Matrix Identity Server Daemon"
arch=('any')
@@ -12,7 +12,7 @@ makedepends=('gradle' 'java-environment>=8')
source=("https://github.com/kamax-io/${pkgname}/archive/v${pkgver}.tar.gz"
"mxisd"
"mxisd.tmpfiles")
-sha256sums=('90c18af7b3661975f808742baf16998d42abb586985120075a92a66a2c20ab7a'
+sha256sums=('bc596367bb01a0fa5056728976c5a668e86a9fb5fd9760f2697c2d7b80baafb1'
'd8293f3f6ab2b53840a875cd8af035b7d15b3e2fcc643c3faa9000e6dd1fa449'
'daee6519e67f65e8ec836f80b5853f669ba46e3378b6e29e34550bd136baf718')
install='mxisd.install'
@@ -40,7 +40,7 @@ package() {
# Configuration
install -dm 755 "${pkgdir}"/etc/mxisd
- install -m 644 application.example.yaml "${pkgdir}"/etc/mxisd/mxisd.yaml.example
+ install -m 644 mxisd.example.yaml "${pkgdir}"/etc/mxisd/mxisd.example.yml
# Systemd
install -dm 755 "${pkgdir}"/usr/lib/{systemd/system,tmpfiles.d}