summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJP-Ellis2019-01-24 13:35:03 +1100
committerJP-Ellis2019-01-24 13:35:03 +1100
commitbe2393002794c1120e85c8da2b6cbc64443de616 (patch)
treef780d2feb3b29a7dde73ea9232e0cc89014779f6 /PKGBUILD
parent460be1dfc9afe6347fe1f38b371dc34d5d371e3a (diff)
downloadaur-be2393002794c1120e85c8da2b6cbc64443de616.tar.gz
Change rofi dependency
Signed-off-by: JP-Ellis <josh@jpellis.me>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 630a126c6c0f..dc23e7293576 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: JP-Ellis <josh@jpellis.me>
pkgname=papis
pkgver=0.7.5
-pkgrel=1
+pkgrel=2
pkgdesc="Papis is a powerful and highly extensible command-line based document and bibliography manager."
arch=('any')
url="https://github.com/papis/papis"
@@ -25,9 +25,7 @@ depends=('python'
'python-slugify'
'python-requests'
)
-optdepends=(
- 'python-papis-python-rofi'
-)
+optdepends=('python-papis-rofi')
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz")
sha256sums=('1a2a3f6673741f858d4ba41b64255e2fca33b17c5abb642608dbb4ee117d0ac4')
noextract=()