File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
pkgbase = thelounge-beta
2
2
pkgdesc = Modern self-hosted web IRC client (Latest release/pre-release)
3
3
pkgver = 4.4.3
4
- pkgrel = 1
4
+ pkgrel = 2
5
5
url = https://thelounge.chat/
6
6
arch = any
7
7
license = MIT
8
8
makedepends = yarn
9
9
makedepends = python
10
+ makedepends = python-setuptools
10
11
makedepends = git
11
12
depends = nodejs
12
13
provides = thelounge
Original file line number Diff line number Diff line change @@ -5,14 +5,14 @@ _pkgname=thelounge
5
5
pkgname=thelounge-beta
6
6
_pkgver=4.4.3
7
7
pkgver=${_pkgver/ -/ }
8
- pkgrel=1
8
+ pkgrel=2
9
9
pkgdesc=' Modern self-hosted web IRC client (Latest release/pre-release)'
10
10
url=' https://thelounge.chat/'
11
11
arch=(' any' )
12
12
license=(' MIT' )
13
13
depends=(' nodejs' )
14
14
options=(' !lto' )
15
- makedepends=(' yarn' ' python' ' git' )
15
+ makedepends=(' yarn' ' python' ' python-setuptools ' ' git' )
16
16
conflicts=(' thelounge' )
17
17
provides=(' thelounge' )
18
18
backup=(' etc/thelounge/config.js' )
You can’t perform that action at this time.
0 commit comments