File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Maintainer: Arnaud Gissinger <[email protected] >
2
2
pkgname=rofi-notion
3
3
pkgver=2.0.3
4
- pkgrel=4
4
+ pkgrel=5
5
5
pkgdesc=" Quickly create new Notion pages for your databases with rofi as GUI."
6
6
arch=(' any' )
7
7
url=" https://github.com/mathix420/rofi-notion"
8
8
license=(' MIT' )
9
9
depends=(' python>=3.7' )
10
- makedepends=(' python-setuptools' ' pyinstaller ' )
10
+ makedepends=(' python-setuptools' )
11
11
provides=(' rofi-notion' )
12
12
source=(" $pkgname -$pkgver .tar.gz::https://github.com/mathix420/rofi-notion/archive/refs/tags/v${pkgver} .tar.gz" )
13
13
sha256sums=(' SKIP' )
14
14
15
15
build () {
16
16
cd " $pkgname -$pkgver "
17
17
rm .python-version
18
+ pip install pyinstaller
18
19
pip install .
19
20
pyinstaller stub.py --onefile --clean -n ${pkgname}
20
21
}
You can’t perform that action at this time.
0 commit comments