summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP-Ellis2018-08-29 22:28:16 +0200
committerJP-Ellis2018-08-29 22:28:16 +0200
commit90fb9869b11c1fabff4feb7fb6fa5b02e3223a06 (patch)
treea781aeb11be9aea5037f4081ddc7b66b5d4fa2d7
parent11e476d0d328cb655e74e182bf2cddb562d94a6d (diff)
downloadaur-90fb9869b11c1fabff4feb7fb6fa5b02e3223a06.tar.gz
Update to 0.7
Signed-off-by: JP-Ellis <josh@jpellis.me>
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64cc4e0e87ad..e36e619c474b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Aug 23 12:39:50 UTC 2018
+# Wed Aug 29 20:27:50 UTC 2018
pkgbase = papis
pkgdesc = Papis is a powerful and highly extensible command-line based document and bibliography manager.
- pkgver = 0.6
- pkgrel = 2
+ pkgver = 0.7
+ pkgrel = 1
url = https://github.com/papis/papis
arch = any
license = GPL
@@ -23,8 +23,8 @@ pkgbase = papis
depends = python-unidecode
depends = python-urwid
depends = python-vobject
- source = https://files.pythonhosted.org/packages/source/p/papis/papis-0.6.tar.gz
- sha256sums = b21b3ff09198e01e3ca2e47279b252c8f5a5703ed009a5fc5b73deb58aed62d1
+ source = https://files.pythonhosted.org/packages/source/p/papis/papis-0.7.tar.gz
+ sha256sums = e2853758d306dad1ad0ba4af5ab1ee0e0ef8613f1fa53a5a0e9f7a5e8f7ebc37
pkgname = papis
diff --git a/PKGBUILD b/PKGBUILD
index 837f7425f3d9..3d3f8aadd80f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: JP-Ellis <josh@jpellis.me>
pkgname=papis
-pkgver=0.6
-pkgrel=2
+pkgver=0.7
+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"
@@ -25,7 +25,7 @@ depends=('python'
)
optdepends=()
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('b21b3ff09198e01e3ca2e47279b252c8f5a5703ed009a5fc5b73deb58aed62d1')
+sha256sums=('e2853758d306dad1ad0ba4af5ab1ee0e0ef8613f1fa53a5a0e9f7a5e8f7ebc37')
noextract=()
build() {