Skip to content

Commit c842fa5

Browse files
committed
PKGBUILD: fix version and make click a runtime dep
1 parent ba7f82e commit c842fa5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

contrib/PKGBUILD

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Maintainer: Peter Rice <{first name}@peterrice.xyz>
22

33
pkgname=qbpm-git
4-
pkgver=1.0-rc2.r1
4+
pkgver=1.0.rc2.r1
55
pkgrel=1
66
pkgdesc="A profile manager for qutebrowser"
77
url="https://github.com/pvsr/qbpm"
88
license=('GPL')
99
sha512sums=('SKIP')
1010
arch=('any')
11-
depends=('python' 'python-pyxdg')
12-
makedepends=('git' 'python-setuptools' 'python-click' 'scdoc')
11+
depends=('python' 'python-pyxdg' 'python-click')
12+
makedepends=('git' 'python-setuptools' 'scdoc')
1313
provides=('qbpm')
1414
source=("git+https://github.com/pvsr/qbpm")
1515

0 commit comments

Comments
 (0)