From cbbb3812e602991c21625b4370e5bfdbabc535b3 Mon Sep 17 00:00:00 2001 From: Arnaud Gissinger Date: Thu, 12 Oct 2023 14:47:16 +0200 Subject: [PATCH] [UPDATE] put python in makedepends since it's bundled --- PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index abe2d1d..f5dccd4 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,13 +1,12 @@ # Maintainer: Arnaud Gissinger pkgname=rofi-notion pkgver=2.0.4 -pkgrel=2 +pkgrel=3 pkgdesc="Quickly create new Notion pages for your databases with rofi as GUI." arch=('any') url="https://github.com/mathix420/rofi-notion" license=('MIT') -depends=('python>=3.7') -makedepends=('python-setuptools') +makedepends=('python>=3.7', 'python-setuptools') provides=('rofi-notion') source=("$pkgname-$pkgver.tar.gz::https://github.com/mathix420/rofi-notion/archive/refs/tags/v${pkgver}.tar.gz") sha256sums=('SKIP')