diff options
| -rw-r--r-- | .SRCINFO | 4 | ||||
| -rw-r--r-- | PKGBUILD | 6 |
2 files changed, 5 insertions, 5 deletions
| @@ -1,7 +1,7 @@ | |||
| 1 | pkgbase = heisenbridge | 1 | pkgbase = heisenbridge |
| 2 | pkgdesc = a bouncer-style Matrix IRC bridge | 2 | pkgdesc = a bouncer-style Matrix IRC bridge |
| 3 | pkgver = 1.12.0 | 3 | pkgver = 1.12.0 |
| 4 | pkgrel = 1 | 4 | pkgrel = 2 |
| 5 | url = https://github.com/hifi/heisenbridge | 5 | url = https://github.com/hifi/heisenbridge |
| 6 | install = heisenbridge.install | 6 | install = heisenbridge.install |
| 7 | arch = any | 7 | arch = any |
| @@ -13,7 +13,7 @@ pkgbase = heisenbridge | |||
| 13 | depends = python-ruamel-yaml | 13 | depends = python-ruamel-yaml |
| 14 | depends = python-aiohttp-socks | 14 | depends = python-aiohttp-socks |
| 15 | depends = python-mautrix>=0.14.0 | 15 | depends = python-mautrix>=0.14.0 |
| 16 | depends = python-mautrix<0.15 | 16 | depends = python-mautrix<0.17 |
| 17 | backup = etc/heisenbridge/registration.yaml | 17 | backup = etc/heisenbridge/registration.yaml |
| 18 | source = heisenbridge-1.12.0.tar.gz::https://github.com/hifi/heisenbridge/archive/v1.12.0.tar.gz | 18 | source = heisenbridge-1.12.0.tar.gz::https://github.com/hifi/heisenbridge/archive/v1.12.0.tar.gz |
| 19 | source = heisenbridge.service | 19 | source = heisenbridge.service |
| @@ -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() { |
