Date: Saturday, November 19, 2022 @ 13:03:26
Author: foxboron
Revision: 1349668
archrelease: copy trunk to community-x86_64
Added:
raft/repos/community-x86_64/PKGBUILD
(from rev 1349667, raft/trunk/PKGBUILD)
Deleted:
raft/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-19 13:03:19 UTC (rev 1349667)
+++ PKGBUILD 2022-11-19 13:03:26 UTC (rev 1349668)
@@ -1,33 +0,0 @@
-# Maintainer: Morten Linderud <[email protected]>
-# Contributor: Thomas Hipp <thomashipp at gmail dot com>
-
-pkgname=raft
-pkgver=0.15.0
-pkgrel=1
-pkgdesc="C implementation of the Raft consensus protocol"
-arch=('x86_64')
-url="https://github.com/canonical/raft"
-license=('LGPL3')
-depends=('libuv')
-options=(debug strip)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/canonical/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('33fd7ecdeb2d822beda5ac8964562f31a05aa817483bb63835ad7bab171f2d02')
-
-build() {
- cd "${pkgname}-${pkgver}"
- autoreconf -i
- ./configure --prefix=/usr
- make
-}
-
-check() {
- cd "${pkgname}-${pkgver}"
- make check || true
-}
-
-package() {
- cd "${pkgname}-${pkgver}"
- make DESTDIR="$pkgdir/" install
- install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
- rm -rf "${pkgdir}/usr/bin"
-}
Copied: raft/repos/community-x86_64/PKGBUILD (from rev 1349667,
raft/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-19 13:03:26 UTC (rev 1349668)
@@ -0,0 +1,33 @@
+# Maintainer: Morten Linderud <[email protected]>
+# Contributor: Thomas Hipp <thomashipp at gmail dot com>
+
+pkgname=raft
+pkgver=0.16.0
+pkgrel=1
+pkgdesc="C implementation of the Raft consensus protocol"
+arch=('x86_64')
+url="https://github.com/canonical/raft"
+license=('LGPL3')
+depends=('libuv')
+options=(debug strip)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/canonical/${pkgname}/archive/v${pkgver}.tar.gz")
+sha256sums=('ab5480c051bfbf482074f62c9c306d08ca68b8f0ad0c2db2ebf0488cfe692336')
+
+build() {
+ cd "${pkgname}-${pkgver}"
+ autoreconf -i
+ ./configure --prefix=/usr
+ make
+}
+
+check() {
+ cd "${pkgname}-${pkgver}"
+ make check || true
+}
+
+package() {
+ cd "${pkgname}-${pkgver}"
+ make DESTDIR="$pkgdir/" install
+ install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+ rm -rf "${pkgdir}/usr/bin"
+}