File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11# Maintainer: Arnaud Gissinger <agissing@student.42.fr>
22pkgname=rofi-notion
3- pkgver=2.0.2
3+ pkgver=2.0.3
44pkgrel=1
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-build python-installer)
10+ makedepends=(python-build python-installer 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- python -m build --wheel # --no-isolation
18+ python -m build --wheel --no-isolation
1919}
2020
2121package () {
2222 cd " $pkgname -$pkgver "
2323 python -m installer --destdir=" $pkgdir " dist/* .whl
24+ install -Dm 644 LICENSE.md -t " ${pkgdir} /usr/share/licenses/${pkgname} "
2425}
Original file line number Diff line number Diff line change 1+ [build-system ]
2+ requires = [" setuptools >= 56" ]
3+
14[project ]
25name = " rofi-notion"
3- version = " 2.0.2 "
6+ version = " 2.0.3 "
47authors = [
58 {name = " Arnaud Gissinger" , email = " agissing@student.42.fr" },
69]
You can’t perform that action at this time.
0 commit comments