Date: Wednesday, March 24, 2021 @ 22:14:11
  Author: foxboron
Revision: 901909

archrelease: copy trunk to community-x86_64

Added:
  raft/repos/community-x86_64/PKGBUILD
    (from rev 901908, raft/trunk/PKGBUILD)
Deleted:
  raft/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2021-03-24 22:14:02 UTC (rev 901908)
+++ PKGBUILD    2021-03-24 22:14:11 UTC (rev 901909)
@@ -1,32 +0,0 @@
-# Maintainer: Morten Linderud <[email protected]>
-# Contributor: Thomas Hipp <thomashipp at gmail dot com>
-
-pkgname=raft
-pkgver=0.9.25
-pkgrel=1
-pkgdesc="C implementation of the Raft consensus protocol"
-arch=('x86_64')
-url="https://github.com/canonical/raft";
-license=('LGPL3')
-depends=('libuv')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/canonical/${pkgname}/archive/v${pkgver}.tar.gz";)
-sha256sums=('fac55dc1cea66c7e2e6525d3be0aebedff8c31ec568efb6a911c6bb0ea99268d')
-
-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 901908, 
raft/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2021-03-24 22:14:11 UTC (rev 901909)
@@ -0,0 +1,32 @@
+# Maintainer: Morten Linderud <[email protected]>
+# Contributor: Thomas Hipp <thomashipp at gmail dot com>
+
+pkgname=raft
+pkgver=0.10.0
+pkgrel=1
+pkgdesc="C implementation of the Raft consensus protocol"
+arch=('x86_64')
+url="https://github.com/canonical/raft";
+license=('LGPL3')
+depends=('libuv')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/canonical/${pkgname}/archive/v${pkgver}.tar.gz";)
+sha256sums=('f0c6b0bf24b2d0ce943e8b2029d903c9057c27b72273c00a96249ba77c3c4976')
+
+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"
+}

Reply via email to