diff options
| author | Bjoern Franke | 2022-05-14 17:48:41 +0200 |
|---|---|---|
| committer | Bjoern Franke | 2022-05-14 17:48:41 +0200 |
| commit | 4bc9182bf0480c36fb59df96fc2ddc3468caaf5b (patch) | |
| tree | 24628ddd2441b9db41f1259b27602b516a2787c9 /PKGBUILD | |
| parent | 0ef1603965a9e1c4711290fcd69ce7ce800f9112 (diff) | |
| download | packages-4bc9182bf0480c36fb59df96fc2ddc3468caaf5b.tar.gz packages-4bc9182bf0480c36fb59df96fc2ddc3468caaf5b.tar.bz2 packages-4bc9182bf0480c36fb59df96fc2ddc3468caaf5b.zip | |
fix registration.yaml and python-mautrix dep
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() { |
