summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSrevin Saju2021-01-10 00:28:28 +0300
committerSrevin Saju2021-01-10 00:28:28 +0300
commita30750631fff46bc9f25e85d595a81717d222be1 (patch)
tree6fd64ac5f52287e696cf9d6365e9d7e6e1d63370
parent1cc043295a23561743356fbba4b11ba00ad15282 (diff)
downloadaur-a30750631fff46bc9f25e85d595a81717d222be1.tar.gz
fix: remove python-pypandoc and release v0.11.0
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e813ddc5944..89cd2bfc3a26 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = archivy
pkgdesc = A self-hosted knowledge repository, to preserve useful content to your knowledge bank.
- pkgver = 0.10.1
+ pkgver = 0.11.0
pkgrel = 1
url = https://github.com/archivy/archivy
arch = any
@@ -14,7 +14,6 @@ pkgbase = archivy
depends = python-attrs
depends = python-beautifulsoup4
depends = python-elasticsearch
- depends = python-pypandoc
depends = python-dotenv
depends = python-frontmatter
depends = python-requests
@@ -26,7 +25,7 @@ pkgbase = archivy
depends = python-html2text
depends = python-flask-compress
optdepends = elasticsearch
- source = git+https://github.com/archivy/archivy#tag=v0.10.1
+ source = git+https://github.com/archivy/archivy#tag=v0.11.0
source = 00-do-not-pin-requirements.patch
sha256sums = SKIP
sha256sums = 339f305aded981272230193c446307c2731477edf49e9ec6ea684351e5e62b8b
diff --git a/PKGBUILD b/PKGBUILD
index 97ccbb1f6d61..92662db0faf5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Srevin Saju <srevinsaju@sugarlabs.org>
pkgname=archivy
-pkgver=0.10.1
+pkgver=0.11.0
pkgrel=1
pkgdesc="A self-hosted knowledge repository, to preserve useful content to your knowledge bank."
arch=('any')
@@ -10,7 +10,7 @@ license=('MIT')
makedepends=('python-setuptools')
depends=('python-flask' 'python-flask-wtf' 'python-wtforms'
'python-werkzeug' 'python-appdirs' 'python-attrs'
- 'python-beautifulsoup4' 'python-elasticsearch' 'python-pypandoc'
+ 'python-beautifulsoup4' 'python-elasticsearch'
'python-dotenv' 'python-frontmatter' 'python-requests'
'python-tinydb' 'python-validators' 'python-flask-login' 'python-brotli'
'python-click-plugins' 'python-html2text' 'python-flask-compress')