summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP-Ellis2018-11-10 09:56:13 +1100
committerJP-Ellis2018-11-10 09:56:26 +1100
commitbea131c499a36e5b8a7ac72387f16afad4c20842 (patch)
treed907c9aa0c1c2c12857b9fc7e071d11fab374c46
parent35f97d5dfe2d2fa34b46a1ac004838d88087db03 (diff)
downloadaur-bea131c499a36e5b8a7ac72387f16afad4c20842.tar.gz
Update to 0.7.4
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 eb32f5a7180e..3a69ccb8a3d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Sep 20 06:52:02 UTC 2018
+# Fri Nov 9 22:56:22 UTC 2018
pkgbase = papis
pkgdesc = Papis is a powerful and highly extensible command-line based document and bibliography manager.
- pkgver = 0.7.3
+ pkgver = 0.7.4
pkgrel = 1
url = https://github.com/papis/papis
arch = any
@@ -24,8 +24,8 @@ pkgbase = papis
depends = python-unidecode
depends = python-urwid
depends = python-vobject
- source = https://files.pythonhosted.org/packages/source/p/papis/papis-0.7.3.tar.gz
- sha256sums = e091da32eb004ee1e044d592851a74e1d48980befee9a1480f7c826f06e91e4f
+ source = https://files.pythonhosted.org/packages/source/p/papis/papis-0.7.4.tar.gz
+ sha256sums = 26e5a2715280d8ba44f7016c8f2ab5646989a41ea26b8d665271759bd1220235
pkgname = papis
diff --git a/PKGBUILD b/PKGBUILD
index 759d82d86fbd..11d61d1407b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: JP-Ellis <josh@jpellis.me>
pkgname=papis
-pkgver=0.7.3
+pkgver=0.7.4
pkgrel=1
pkgdesc="Papis is a powerful and highly extensible command-line based document and bibliography manager."
arch=('any')
@@ -26,7 +26,7 @@ depends=('python'
)
optdepends=()
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('e091da32eb004ee1e044d592851a74e1d48980befee9a1480f7c826f06e91e4f')
+sha256sums=('26e5a2715280d8ba44f7016c8f2ab5646989a41ea26b8d665271759bd1220235')
noextract=()
build() {