Skip to content

Commit

Permalink
[UPDATE] put python in makedepends since it's bundled
Browse files Browse the repository at this point in the history
  • Loading branch information
mathix420 committed Oct 12, 2023
1 parent f766908 commit cbbb381
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
# Maintainer: Arnaud Gissinger <[email protected]>
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')
Expand Down

0 comments on commit cbbb381

Please sign in to comment.