summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP-Ellis2018-11-30 13:45:27 +1100
committerJP-Ellis2018-11-30 13:45:48 +1100
commit460be1dfc9afe6347fe1f38b371dc34d5d371e3a (patch)
treeb572f6108cedcbf921317eaa4427a085c77418ba
parenta94b702acd6f56c327e15ef28200e6334ac497a5 (diff)
downloadaur-460be1dfc9afe6347fe1f38b371dc34d5d371e3a.tar.gz
Update to 0.7.5
Signed-off-by: JP-Ellis <josh@jpellis.me>
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9806716aff81..0f23fa4afec8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Nov 14 00:44:14 UTC 2018
+# Fri Nov 30 02:45:06 UTC 2018
pkgbase = papis
pkgdesc = Papis is a powerful and highly extensible command-line based document and bibliography manager.
- pkgver = 0.7.4
+ pkgver = 0.7.5
pkgrel = 1
url = https://github.com/papis/papis
arch = any
@@ -26,8 +26,8 @@ pkgbase = papis
depends = python-slugify
depends = python-requests
optdepends = python-papis-python-rofi
- source = https://files.pythonhosted.org/packages/source/p/papis/papis-0.7.4.tar.gz
- sha256sums = 26e5a2715280d8ba44f7016c8f2ab5646989a41ea26b8d665271759bd1220235
+ source = https://files.pythonhosted.org/packages/source/p/papis/papis-0.7.5.tar.gz
+ sha256sums = 1a2a3f6673741f858d4ba41b64255e2fca33b17c5abb642608dbb4ee117d0ac4
pkgname = papis
diff --git a/PKGBUILD b/PKGBUILD
index afa23f16ddf0..630a126c6c0f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: JP-Ellis <josh@jpellis.me>
pkgname=papis
-pkgver=0.7.4
+pkgver=0.7.5
pkgrel=1
pkgdesc="Papis is a powerful and highly extensible command-line based document and bibliography manager."
arch=('any')
@@ -29,7 +29,7 @@ optdepends=(
'python-papis-python-rofi'
)
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('26e5a2715280d8ba44f7016c8f2ab5646989a41ea26b8d665271759bd1220235')
+sha256sums=('1a2a3f6673741f858d4ba41b64255e2fca33b17c5abb642608dbb4ee117d0ac4')
noextract=()
build() {