summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSrevin Saju2021-07-08 23:06:54 +0300
committerSrevin Saju2021-07-08 23:06:54 +0300
commit4a365c8dfdde67e1c19cd6adefb382c1e0835c9d (patch)
tree86e19478c0336f057e09e41a9d6caf8b1c34e1ee
parent294833c147b34936d30cf0f8084151c87ea5557a (diff)
downloadaur-4a365c8dfdde67e1c19cd6adefb382c1e0835c9d.tar.gz
Bump version to pkgver=v1.3.1.r3.gd16df87
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index beda5665a89a..2ae4094a41f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = archivy-git
pkgdesc = A self-hosted knowledge repository, to preserve useful content to your knowledge bank.
- pkgver = v1.3.0.r0.g5ab7ade
- pkgrel = 1
+ pkgver = v1.3.1.r3.gd16df87
+ pkgrel = 2
url = https://github.com/archivy/archivy
arch = any
license = MIT
@@ -27,7 +27,7 @@ pkgbase = archivy-git
optdepends = elasticsearch
provides = archivy
conflicts = archivy
- source = git+https://github.com/archivy/archivy.git#commit=5ab7ade9c1e2afc48620ca4bf0c0db56c6f9280d
+ source = git+https://github.com/archivy/archivy.git#commit=d16df878a988122213ce8b8fea1d64d9219a370c
source = 00-do-not-pin-requirements.patch
sha256sums = SKIP
sha256sums = 538f7d96138f421d70ed72a8f101c1095726d5ee53c19e6cd924b30ca6a7a3a4
diff --git a/PKGBUILD b/PKGBUILD
index bfba6d2e22f0..499cd7cf673f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Srevin Saju <srevinsaju@sugarlabs.org>
pkgname=archivy-git
-pkgver=v1.3.0.r0.g5ab7ade
-pkgrel=1
+pkgver=v1.3.1.r3.gd16df87
+pkgrel=2
pkgdesc="A self-hosted knowledge repository, to preserve useful content to your knowledge bank."
arch=('any')
url="https://github.com/archivy/archivy"
@@ -15,7 +15,7 @@ depends=('python-flask' 'python-flask-wtf' 'python-wtforms'
'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=5ab7ade9c1e2afc48620ca4bf0c0db56c6f9280d"
+source=("git+https://github.com/archivy/archivy.git#commit=d16df878a988122213ce8b8fea1d64d9219a370c"
"00-do-not-pin-requirements.patch")
sha256sums=('SKIP'
'538f7d96138f421d70ed72a8f101c1095726d5ee53c19e6cd924b30ca6a7a3a4')
@@ -30,6 +30,7 @@ prepare() {
build() {
cd "$srcdir/${pkgname%-git}"
+ rm -rf tests
python setup.py build
}