summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSrevin Saju2021-05-23 20:54:23 +0300
committerSrevin Saju2021-05-23 20:54:23 +0300
commitb75147ba8ca695f4c05546a61b3ff66ddb28cb49 (patch)
tree745de87fcc6306eee24b429a0a15d5baa13898b2
parent0b95becbaa64c5232bc20367103669ca4025d4a5 (diff)
downloadaur-b75147ba8ca695f4c05546a61b3ff66ddb28cb49.tar.gz
feat: update version
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b7bc5606949d..8cf4565d573f 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 = v1.0.2.r6.gcc4a9c6
+ pkgver = v1.3.0.r0.g5ab7ade
pkgrel = 1
url = https://github.com/archivy/archivy
arch = any
@@ -27,7 +27,7 @@ pkgbase = archivy-git
optdepends = elasticsearch
provides = archivy
conflicts = archivy
- source = git+https://github.com/archivy/archivy.git#commit=cc4a9c6bd2fbd1bbdc756178b3c1017cfdeb54e6
+ source = git+https://github.com/archivy/archivy.git#commit=5ab7ade9c1e2afc48620ca4bf0c0db56c6f9280d
source = 00-do-not-pin-requirements.patch
sha256sums = SKIP
sha256sums = 538f7d96138f421d70ed72a8f101c1095726d5ee53c19e6cd924b30ca6a7a3a4
diff --git a/PKGBUILD b/PKGBUILD
index 4b0d4352c3ca..bfba6d2e22f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Srevin Saju <srevinsaju@sugarlabs.org>
pkgname=archivy-git
-pkgver=v1.0.2.r6.gcc4a9c6
+pkgver=v1.3.0.r0.g5ab7ade
pkgrel=1
pkgdesc="A self-hosted knowledge repository, to preserve useful content to your knowledge bank."
arch=('any')
@@ -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=cc4a9c6bd2fbd1bbdc756178b3c1017cfdeb54e6"
+source=("git+https://github.com/archivy/archivy.git#commit=5ab7ade9c1e2afc48620ca4bf0c0db56c6f9280d"
"00-do-not-pin-requirements.patch")
sha256sums=('SKIP'
'538f7d96138f421d70ed72a8f101c1095726d5ee53c19e6cd924b30ca6a7a3a4')