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 11# Maintainer: Arnaud Gissinger <agissing@student.42.fr>
22pkgname=rofi-notion
33pkgver=2.0.3
4- pkgrel=4
4+ pkgrel=5
55pkgdesc=" Quickly create new Notion pages for your databases with rofi as GUI."
66arch=(' any' )
77url=" https://github.com/mathix420/rofi-notion"
88license=(' MIT' )
99depends=(' python>=3.7' )
10- makedepends=(' python-setuptools' ' pyinstaller ' )
10+ makedepends=(' python-setuptools' )
1111provides=(' rofi-notion' )
1212source=(" $pkgname -$pkgver .tar.gz::https://github.com/mathix420/rofi-notion/archive/refs/tags/v${pkgver} .tar.gz" )
1313sha256sums=(' SKIP' )
1414
1515build () {
1616 cd " $pkgname -$pkgver "
1717 rm .python-version
18+ pip install pyinstaller
1819 pip install .
1920 pyinstaller stub.py --onefile --clean -n ${pkgname}
2021}
You can’t perform that action at this time.
0 commit comments