summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Hipp2019-08-05 22:39:18 +0200
committerThomas Hipp2019-08-05 22:40:35 +0200
commit52937c07c27a82899e726aa6efabc5b4c1185650 (patch)
treee7ab1832fc26df302fc7a1f752bc329907dc077d
parent92f4261e21792bf4cce81e9977cc237dd411e58e (diff)
downloadaur-52937c07c27a82899e726aa6efabc5b4c1185650.tar.gz
Update to v0.9.1
Signed-off-by: Thomas Hipp <thomashipp@gmail.com>
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD13
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc3f27df5d56..ab1a2284d8fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,17 @@
pkgbase = dqlite
pkgdesc = Distributed SQLite
- pkgver = 0.2.6
+ pkgver = 0.9.1
pkgrel = 1
url = https://github.com/CanonicalLtd/dqlite
arch = x86_64
license = Apache
depends = libuv>=1.8.0
depends = sqlite-replication>=3.22.0
- source = https://github.com/CanonicalLtd/dqlite/archive/v0.2.6.tar.gz
- sha256sums = 47d31550d970a12d25101c331896cfb855128c110d912f5da3371062d9ece52b
+ depends = raft
+ depends = libco
+ conflicts = dqlite-git
+ source = https://github.com/canonical/dqlite/archive/v0.9.1.tar.gz
+ sha256sums = 0d3f96343b1a0d5c2b717402c3a9f99b96452439af838cd64f6e07ae6899ef7b
pkgname = dqlite
diff --git a/PKGBUILD b/PKGBUILD
index 2b5a2d608eb4..158062c0a163 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,15 @@
# Maintainer: Thomas Hipp <thomashipp at gmail dot com>
pkgname=dqlite
-pkgver=0.2.6
+pkgver=0.9.1
pkgrel=1
pkgdesc="Distributed SQLite"
arch=('x86_64')
url="https://github.com/CanonicalLtd/dqlite"
license=('Apache')
-depends=('libuv>=1.8.0' 'sqlite-replication>=3.22.0')
-source=("https://github.com/CanonicalLtd/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('47d31550d970a12d25101c331896cfb855128c110d912f5da3371062d9ece52b')
-
-prepare() {
- cd "$pkgname-$pkgver"
-}
+depends=('libuv>=1.8.0' 'sqlite-replication>=3.22.0' 'raft' 'libco')
+conflicts=('dqlite-git')
+source=("https://github.com/canonical/${pkgname}/archive/v${pkgver}.tar.gz")
+sha256sums=('0d3f96343b1a0d5c2b717402c3a9f99b96452439af838cd64f6e07ae6899ef7b')
build() {
cd "$pkgname-$pkgver"