summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHolden Hopla2019-11-27 23:03:26 -0700
committerJoshua Ellis2019-12-02 09:24:30 +1000
commit74d7c0c5e25eaf1c6cddafd4414c99a8dd01a71c (patch)
treec195cfb20c2a3be2f19d405b8c404c13c02fd838 /PKGBUILD
parent16dac0a8950e8d6ed55ac38fd6de0b5e63f9ac55 (diff)
downloadaur-74d7c0c5e25eaf1c6cddafd4414c99a8dd01a71c.tar.gz
updated to install papis v0.9
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 206f5787d0da..61b999ac83ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: JP-Ellis <josh@jpellis.me>
pkgname=papis
-pkgver=0.8.2
+pkgver=0.9
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=('python-papis-rofi: integration with rofi')
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('f248167cb84e7108616b2d84a3f807f5df0a80ed14856c349733711dfd93967f')
+sha256sums=('6a1070ea9a8345dde9cb5d9ccda582e2592520f987d0cfefa6f95d714bf5fd42')
noextract=()
build() {