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

Christian Rebischke shibumi at gemini.archlinux.org
Sat Jun 11 16:56:04 UTC 2022


    Date: Saturday, June 11, 2022 @ 16:56:04
  Author: shibumi
Revision: 1233928

archrelease: copy trunk to community-x86_64

Added:
  plumber/repos/community-x86_64/PKGBUILD
    (from rev 1233927, plumber/trunk/PKGBUILD)
Deleted:
  plumber/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-11 16:55:57 UTC (rev 1233927)
+++ PKGBUILD	2022-06-11 16:56:04 UTC (rev 1233928)
@@ -1,35 +0,0 @@
-# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
-
-pkgname=plumber
-pkgver=1.0.1
-pkgrel=2
-pkgdesc="Swiss army knife CLI tool for interacting with Kafka, RabbitMQ and other messaging systems."
-arch=('x86_64')
-url="https://github.com/batchcorp/plumber"
-license=('Apache')
-depends=('glibc')
-makedepends=('go' 'git')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/batchcorp/${pkgname}/archive/v${pkgver}.tar.gz")
-sha512sums=('da32454205e8d54813e28525157791b68bb06801f078b1dd189a9b47a2a4708585f9d84316d93f22a8978939a3495e025c22c06c4482a5d72a44e9cca47fc2a3')
-b2sums=('e331b433efa6a54a81f6d8166e1ccca8e68cb3bd18849492313c72fd4d71bce497f485f3bf3dfa916f218a45193ca6c11d851dbf2d68ada1db881ae5ce365dbd')
-
-build(){
-  cd "${pkgname}-${pkgver}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -ldflags=-linkmode=external -trimpath -mod=readonly -modcacherw"
-  go build -o plumber-bin .
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  go test ./...
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  install -Dm755 plumber-bin "${pkgdir}/usr/bin/${pkgname}"
-}
-

Copied: plumber/repos/community-x86_64/PKGBUILD (from rev 1233927, plumber/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-11 16:56:04 UTC (rev 1233928)
@@ -0,0 +1,35 @@
+# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
+
+pkgname=plumber
+pkgver=1.8.0
+pkgrel=1
+pkgdesc="Swiss army knife CLI tool for interacting with Kafka, RabbitMQ and other messaging systems."
+arch=('x86_64')
+url="https://github.com/batchcorp/plumber"
+license=('Apache')
+depends=('glibc')
+makedepends=('go' 'git')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/batchcorp/${pkgname}/archive/v${pkgver}.tar.gz")
+sha512sums=('4d397cb464e8ff5343ee373e0d6c612b7235645e79002f1bd66c7c081c9757076d65997e417707b59f220ef03274bc3eb8748787389d9740fca4cba2b65c23dd')
+b2sums=('a6526d54f5340fdf650993462bbba7a0f7a5d5f3784cc2da5f92e99d57dd2d65ef402e3dfa018b22df61c73766943ef242771adaf19b7c92ca9d1e32cf56730a')
+
+build(){
+  cd "${pkgname}-${pkgver}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -ldflags=-linkmode=external -trimpath -mod=readonly -modcacherw"
+  go build -o plumber-bin .
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  go test ./...
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -Dm755 plumber-bin "${pkgdir}/usr/bin/${pkgname}"
+}
+



More information about the arch-commits mailing list