summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP-Ellis2019-01-24 13:35:03 +1100
committerJP-Ellis2019-01-24 13:35:03 +1100
commitbe2393002794c1120e85c8da2b6cbc64443de616 (patch)
treef780d2feb3b29a7dde73ea9232e0cc89014779f6
parent460be1dfc9afe6347fe1f38b371dc34d5d371e3a (diff)
downloadaur-be2393002794c1120e85c8da2b6cbc64443de616.tar.gz
Change rofi dependency
Signed-off-by: JP-Ellis <josh@jpellis.me>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f23fa4afec8..20ff32e85e04 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Nov 30 02:45:06 UTC 2018
+# Thu Jan 24 02:34:47 UTC 2019
pkgbase = papis
pkgdesc = Papis is a powerful and highly extensible command-line based document and bibliography manager.
pkgver = 0.7.5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/papis/papis
arch = any
license = GPL
@@ -25,7 +25,7 @@ pkgbase = papis
depends = python-pyaml
depends = python-slugify
depends = python-requests
- optdepends = python-papis-python-rofi
+ optdepends = python-papis-rofi
source = https://files.pythonhosted.org/packages/source/p/papis/papis-0.7.5.tar.gz
sha256sums = 1a2a3f6673741f858d4ba41b64255e2fca33b17c5abb642608dbb4ee117d0ac4
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=()