summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP-Ellis2019-03-03 18:25:10 +1100
committerJP-Ellis2019-03-03 18:25:10 +1100
commit16dac0a8950e8d6ed55ac38fd6de0b5e63f9ac55 (patch)
treec76ba78077638ef7ed2492cf9fd773dec16fb432
parent3110c7463c2b3059e4c3c090f5becd6c11dbbe18 (diff)
downloadaur-16dac0a8950e8d6ed55ac38fd6de0b5e63f9ac55.tar.gz
Update to v0.8.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee2510e062bb..361b9e261bd5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = papis
pkgdesc = Papis is a powerful and highly extensible command-line based document and bibliography manager.
- pkgver = 0.8.1
+ pkgver = 0.8.2
pkgrel = 1
url = https://github.com/papis/papis
arch = any
@@ -23,8 +23,8 @@ pkgbase = papis
depends = python-slugify
depends = python-requests
optdepends = python-papis-rofi: integration with rofi
- source = https://files.pythonhosted.org/packages/source/p/papis/papis-0.8.1.tar.gz
- sha256sums = 1afc46ef29ce797ccb57ccadc6384a9e5d324bb650189f04dccf3eadad79cf7b
+ source = https://files.pythonhosted.org/packages/source/p/papis/papis-0.8.2.tar.gz
+ sha256sums = f248167cb84e7108616b2d84a3f807f5df0a80ed14856c349733711dfd93967f
pkgname = papis
diff --git a/PKGBUILD b/PKGBUILD
index 74ccede1a33f..206f5787d0da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,12 @@
# Maintainer: JP-Ellis <josh@jpellis.me>
pkgname=papis
-pkgver=0.8.1
+pkgver=0.8.2
pkgrel=1
pkgdesc="Papis is a powerful and highly extensible command-line based document and bibliography manager."
arch=('any')
url="https://github.com/papis/papis"
license=('GPL')
depends=('python'
- # 'python-argcomplete'
'python-arxiv2bib'
'python-beautifulsoup4'
'python-bibtexparser'
@@ -27,7 +26,7 @@ depends=('python'
)
optdepends=('python-papis-rofi: integration with rofi')
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('1afc46ef29ce797ccb57ccadc6384a9e5d324bb650189f04dccf3eadad79cf7b')
+sha256sums=('f248167cb84e7108616b2d84a3f807f5df0a80ed14856c349733711dfd93967f')
noextract=()
build() {