Skip to content

Commit d1f3367

Browse files
committed
[FIX] PKGBUILD
1 parent d7a7d70 commit d1f3367

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

PKGBUILD

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
# Maintainer: Arnaud Gissinger <[email protected]>
22
pkgname=rofi-notion
33
pkgver=2.0.3
4-
pkgrel=4
4+
pkgrel=5
55
pkgdesc="Quickly create new Notion pages for your databases with rofi as GUI."
66
arch=('any')
77
url="https://github.com/mathix420/rofi-notion"
88
license=('MIT')
99
depends=('python>=3.7')
10-
makedepends=('python-setuptools' 'pyinstaller')
10+
makedepends=('python-setuptools')
1111
provides=('rofi-notion')
1212
source=("$pkgname-$pkgver.tar.gz::https://github.com/mathix420/rofi-notion/archive/refs/tags/v${pkgver}.tar.gz")
1313
sha256sums=('SKIP')
1414

1515
build() {
1616
cd "$pkgname-$pkgver"
1717
rm .python-version
18+
pip install pyinstaller
1819
pip install .
1920
pyinstaller stub.py --onefile --clean -n ${pkgname}
2021
}

0 commit comments

Comments
 (0)