Date: Saturday, May 6, 2023 @ 18:54:37
  Author: shibumi
Revision: 1459078

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-06 18:54:27 UTC (rev 1459077)
+++ PKGBUILD    2023-05-06 18:54:37 UTC (rev 1459078)
@@ -1,35 +0,0 @@
-# Maintainer: Christian Rebischke <[email protected]>
-
-pkgname=plumber
-pkgver=1.15.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=('4db97f0d971540c0d17b46940b926031198e5ad5363367e5f5c9a38e093abb72c8e41f0bf444d8068d431ac27cbae67aae30cc2ea4e69a9eff1de88cc9c9faf2')
-b2sums=('a64214914fb33f0f763d7a1773ae85f81a159d4afb0b32fc83de2334bf63fe3862124198e84800f7522eae30df329d468e1ab80c070ec0e7d5099231bdac4146')
-
-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 1459077, 
plumber/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-05-06 18:54:37 UTC (rev 1459078)
@@ -0,0 +1,35 @@
+# Maintainer: Christian Rebischke <[email protected]>
+
+pkgname=plumber
+pkgver=2.5.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=('3a58e75843f7011113c808803b2c504b1830f19d871085edd8b0c50e9103b991ec79648273c49a2bcbcf1c671694e40156e03ac158dc6dbff126d633d546bd0c')
+b2sums=('f916d0e11756eb5e9351e756a850d2cb9d193bf413df01c7fe2b0d8c9aceabeb1f24e1efecc0c8eebbdea7ac45ce6f1a92d6a51549f53a6500b90fc38b79d0d9')
+
+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}"
+}
+

Reply via email to