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

George Rawlinson grawlinson at gemini.archlinux.org
Thu Jul 21 08:17:40 UTC 2022


    Date: Thursday, July 21, 2022 @ 08:17:39
  Author: grawlinson
Revision: 1254973

archrelease: copy trunk to community-x86_64

Added:
  dagger/repos/community-x86_64/PKGBUILD
    (from rev 1254972, dagger/trunk/PKGBUILD)
Deleted:
  dagger/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  126 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-21 08:14:05 UTC (rev 1254972)
+++ PKGBUILD	2022-07-21 08:17:39 UTC (rev 1254973)
@@ -1,63 +0,0 @@
-# Maintainer: George Rawlinson <grawlinson at archlinux.org>
-
-pkgname=dagger
-pkgver=0.2.24
-pkgrel=1
-pkgdesc='A portable devkit for CI/CD pipelines'
-arch=('x86_64')
-url='https://dagger.io'
-license=('Apache')
-depends=('glibc')
-makedepends=('git' 'go')
-options=('!lto')
-_commit='89446086b0d2f4c3e437e6964a4cfa249c29a764'
-source=("$pkgname::git+https://github.com/dagger/dagger.git#commit=$_commit")
-b2sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  git describe --tags | sed 's/^v//'
-}
-
-prepare() {
-  cd "$pkgname"
-
-  # create directory for build output
-  mkdir build
-
-  # download dependencies
-  go mod download
-}
-
-build() {
-  cd "$pkgname"
-
-  # set Go flags
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-
-  go build -v \
-    -trimpath \
-    -buildmode=pie \
-    -mod=readonly \
-    -modcacherw \
-    -ldflags "-linkmode external -extldflags $LDFLAGS \
-    -X go.dagger.io/dagger/version.Revision=$_commit \
-    -X go.dagger.io/dagger/version.Version=$pkgver" \
-    -o build \
-    ./cmd/...
-}
-
-check() {
-  cd "$pkgname"
-
-  go test -v ./...
-}
-
-package() {
-  cd "$pkgname"
-
-  install -vDm755 -t "$pkgdir/usr/bin" build/dagger
-}

Copied: dagger/repos/community-x86_64/PKGBUILD (from rev 1254972, dagger/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-21 08:17:39 UTC (rev 1254973)
@@ -0,0 +1,63 @@
+# Maintainer: George Rawlinson <grawlinson at archlinux.org>
+
+pkgname=dagger
+pkgver=0.2.25
+pkgrel=1
+pkgdesc='A portable devkit for CI/CD pipelines'
+arch=('x86_64')
+url='https://dagger.io'
+license=('Apache')
+depends=('glibc')
+makedepends=('git' 'go')
+options=('!lto')
+_commit='59adcef42f8d085335dac015715a96872ea78c18'
+source=("$pkgname::git+https://github.com/dagger/dagger.git#commit=$_commit")
+b2sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+  cd "$pkgname"
+
+  # create directory for build output
+  mkdir build
+
+  # download dependencies
+  go mod download
+}
+
+build() {
+  cd "$pkgname"
+
+  # set Go flags
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+
+  go build -v \
+    -trimpath \
+    -buildmode=pie \
+    -mod=readonly \
+    -modcacherw \
+    -ldflags "-linkmode external -extldflags $LDFLAGS \
+    -X go.dagger.io/dagger/version.Revision=$_commit \
+    -X go.dagger.io/dagger/version.Version=$pkgver" \
+    -o build \
+    ./cmd/...
+}
+
+check() {
+  cd "$pkgname"
+
+  go test -v ./...
+}
+
+package() {
+  cd "$pkgname"
+
+  install -vDm755 -t "$pkgdir/usr/bin" build/dagger
+}



More information about the arch-commits mailing list