summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlphaJack2023-08-28 12:19:08 +0200
committerAlphaJack2023-08-28 12:19:08 +0200
commit86fc56f8c77ec058be74fdf3c815ace1e34bc1d4 (patch)
tree9b4a60ced91ce2d3029d759d0740952e92e31b1a /PKGBUILD
parent91f1492a13764426105e88b5a375b43fd8fc9e52 (diff)
downloadaur-86fc56f8c77ec058be74fdf3c815ace1e34bc1d4.tar.gz
Removed hardcoded go version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7a55ff08d9b5..3526270e982d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname="dendrite"
pkgver=0.13.2
-pkgrel=2
+pkgrel=3
pkgdesc="A second-generation Matrix homeserver written in Go"
url="https://matrix-org.github.io/dendrite/"
license=("Apache")
arch=("x86_64" "i686" "armv6h" "armv7h" "aarch64")
# https://github.com/quic-go/quic-go/wiki/quic-go-and-Go-versions
-makedepends=("go<=1.21")
+makedepends=("go")
optdepends=("postgresql: recommended database for large instances")
source=("$pkgname-$pkgver.tar.gz::https://github.com/matrix-org/dendrite/archive/v$pkgver/$pkgname-v$pkgver.tar.gz"
"$pkgname.sysusers"