[arch-commits] Commit in raft/repos/community-x86_64 (PKGBUILD PKGBUILD)

Morten Linderud foxboron at gemini.archlinux.org
Sat Aug 27 10:49:27 UTC 2022


    Date: Saturday, August 27, 2022 @ 10:49:26
  Author: foxboron
Revision: 1284688

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-27 10:49:19 UTC (rev 1284687)
+++ PKGBUILD	2022-08-27 10:49:26 UTC (rev 1284688)
@@ -1,33 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-# Contributor: Thomas Hipp <thomashipp at gmail dot com>
-
-pkgname=raft
-pkgver=0.14.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=('e020bffdab2011521708580997b956ad88c959220cdd94160f94863e2f0d6b95')
-
-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 1284687, raft/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-27 10:49:26 UTC (rev 1284688)
@@ -0,0 +1,33 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# 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"
+}



More information about the arch-commits mailing list