George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
dqlite
Commits:
1d63918c by George Rawlinson at 2024-10-05T20:34:32+13:00
upgpkg: 1.16.7-2
* Use internal raft as upstream has dropped support.
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,15 +1,14 @@
pkgbase = dqlite
pkgdesc = Distributed SQLite
pkgver = 1.16.7
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/CanonicalLtd/dqlite
arch = x86_64
- license = LGPL3
+ license = LGPL-3.0-only
makedepends = tcl
makedepends = readline
makedepends = zlib
depends = libuv
- depends = raft
depends = sqlite
options = strip
source =
dqlite-1.16.7.tar.gz::https://github.com/canonical/dqlite/archive/v1.16.7.tar.gz
=====================================
PKGBUILD
=====================================
@@ -3,12 +3,12 @@
pkgname=dqlite
pkgver=1.16.7
-pkgrel=1
+pkgrel=2
pkgdesc="Distributed SQLite"
arch=('x86_64')
url="https://github.com/CanonicalLtd/dqlite"
-license=('LGPL3')
-depends=('libuv' 'raft' 'sqlite')
+license=('LGPL-3.0-only')
+depends=('libuv' 'sqlite')
makedepends=('tcl' 'readline' 'zlib')
options=(strip)
source=("$pkgname-$pkgver.tar.gz::https://github.com/canonical/${pkgname}/archive/v${pkgver}.tar.gz")
@@ -18,7 +18,7 @@ build() {
cd "$pkgname-$pkgver"
autoreconf -i
#PKG_CONFIG_PATH="/usr/lib/sqlite-replication/pkgconfig" ./configure
--prefix=/usr
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --enable-build-raft
make
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/dqlite/-/commit/1d63918c39d3d92330f8138d0424ab9a95ac8bb9
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/dqlite/-/commit/1d63918c39d3d92330f8138d0424ab9a95ac8bb9
You're receiving this email because of your account on gitlab.archlinux.org.