diff options
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,11 +1,11 @@ | |||
1 | # Maintainer: Bjoern Franke <bjo+aur@schafweide.org> | 1 | # Maintainer: Bjoern Franke <bjo+aur@schafweide.org> |
2 | pkgname=heisenbridge | 2 | pkgname=heisenbridge |
3 | pkgver=1.12.0 | 3 | pkgver=1.12.0 |
4 | pkgrel=1 | 4 | pkgrel=2 |
5 | pkgdesc="a bouncer-style Matrix IRC bridge" | 5 | pkgdesc="a bouncer-style Matrix IRC bridge" |
6 | url="https://github.com/hifi/heisenbridge" | 6 | url="https://github.com/hifi/heisenbridge" |
7 | depends=('python' 'python-irc' 'python-ruamel-yaml' 'python-aiohttp-socks' | 7 | depends=('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') |
9 | makedepends=('python-setuptools' 'python-pytest-runner') | 9 | makedepends=('python-setuptools' 'python-pytest-runner') |
10 | license=('MIT') | 10 | license=('MIT') |
11 | arch=('any') | 11 | arch=('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 | ||
29 | build() { | 29 | build() { |