We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba7f82e commit c842fa5Copy full SHA for c842fa5
contrib/PKGBUILD
@@ -1,15 +1,15 @@
1
# Maintainer: Peter Rice <{first name}@peterrice.xyz>
2
3
pkgname=qbpm-git
4
-pkgver=1.0-rc2.r1
+pkgver=1.0.rc2.r1
5
pkgrel=1
6
pkgdesc="A profile manager for qutebrowser"
7
url="https://github.com/pvsr/qbpm"
8
license=('GPL')
9
sha512sums=('SKIP')
10
arch=('any')
11
-depends=('python' 'python-pyxdg')
12
-makedepends=('git' 'python-setuptools' 'python-click' 'scdoc')
+depends=('python' 'python-pyxdg' 'python-click')
+makedepends=('git' 'python-setuptools' 'scdoc')
13
provides=('qbpm')
14
source=("git+https://github.com/pvsr/qbpm")
15
0 commit comments