summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSrevin Saju2021-01-10 00:21:57 +0300
committerSrevin Saju2021-01-10 00:21:57 +0300
commit34c09a71692440c0097a0320ee9836b07ba78530 (patch)
tree6c5498ca056fca01475715840cd6ceb4494c042b
parenta233fc2ae8bbf330c4b64e40d31c3ca92b028632 (diff)
downloadaur-34c09a71692440c0097a0320ee9836b07ba78530.tar.gz
Bump version to pkgver=v0.11.0.r0.gd2ff761
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ee8d9e4b5c1..43ade5f74554 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = archivy-git
pkgdesc = A self-hosted knowledge repository, to preserve useful content to your knowledge bank.
- pkgver = v0.10.1.r13.g21417cf
+ pkgver = v0.11.0.r0.gd2ff761
pkgrel = 1
url = https://github.com/archivy/archivy
arch = any
@@ -14,7 +14,6 @@ pkgbase = archivy-git
depends = python-attrs
depends = python-beautifulsoup4
depends = python-elasticsearch
- depends = python-pypandoc
depends = python-dotenv
depends = python-frontmatter
depends = python-requests
@@ -28,7 +27,7 @@ pkgbase = archivy-git
optdepends = elasticsearch
provides = archivy
conflicts = archivy
- source = git+https://github.com/archivy/archivy.git#commit=21417cf293a7b2171e2ba7cc404f6bd7a2f60609
+ source = git+https://github.com/archivy/archivy.git#commit=d2ff76192621a67ef5dfcbf737626620e6fc7d30
source = 00-do-not-pin-requirements.patch
sha256sums = SKIP
sha256sums = 339f305aded981272230193c446307c2731477edf49e9ec6ea684351e5e62b8b
diff --git a/PKGBUILD b/PKGBUILD
index c8b59c404860..b3fa3e2386b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Srevin Saju <srevinsaju@sugarlabs.org>
pkgname=archivy-git
-pkgver=v0.10.1.r13.g21417cf
+pkgver=v0.11.0.r0.gd2ff761
pkgrel=1
pkgdesc="A self-hosted knowledge repository, to preserve useful content to your knowledge bank."
arch=('any')
@@ -10,12 +10,12 @@ 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')
optdepends=('elasticsearch')
-source=("git+https://github.com/archivy/archivy.git#commit=21417cf293a7b2171e2ba7cc404f6bd7a2f60609"
+source=("git+https://github.com/archivy/archivy.git#commit=d2ff76192621a67ef5dfcbf737626620e6fc7d30"
"00-do-not-pin-requirements.patch")
sha256sums=('SKIP'
'339f305aded981272230193c446307c2731477edf49e9ec6ea684351e5e62b8b')