summaryrefslogtreecommitdiffstats
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 dd6004d..ca0c5cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
1# Maintainer: Bjoern Franke <bjo+aur@schafweide.org> 1# Maintainer: Bjoern Franke <bjo+aur@schafweide.org>
2pkgname=heisenbridge 2pkgname=heisenbridge
3pkgver=1.12.0 3pkgver=1.12.0
4pkgrel=1 4pkgrel=2
5pkgdesc="a bouncer-style Matrix IRC bridge" 5pkgdesc="a bouncer-style Matrix IRC bridge"
6url="https://github.com/hifi/heisenbridge" 6url="https://github.com/hifi/heisenbridge"
7depends=('python' 'python-irc' 'python-ruamel-yaml' 'python-aiohttp-socks' 7depends=('python' 'python-irc' 'python-ruamel-yaml' 'python-aiohttp-socks'
8 'python-mautrix>=0.14.0' 'python-mautrix<0.15') 8 'python-mautrix>=0.14.0' 'python-mautrix<0.17')
9makedepends=('python-setuptools' 'python-pytest-runner') 9makedepends=('python-setuptools' 'python-pytest-runner')
10license=('MIT') 10license=('MIT')
11arch=('any') 11arch=('any')
@@ -23,7 +23,7 @@ prepare() {
23 cd "${srcdir}/${_dirname}" 23 cd "${srcdir}/${_dirname}"
24 # create an empty registration file so that permissions get written properly from the get go 24 # create an empty registration file so that permissions get written properly from the get go
25 # this way secret keys are never world readable 25 # this way secret keys are never world readable
26# touch registration.yaml 26 touch registration.yaml
27} 27}
28 28
29build() { 29build() {