George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
dagger
Commits:
1867fd90 by George Rawlinson at 2024-04-24T18:30:17+12:00
upgpkg: 0.11.1-1
* New upstream release.
* Use SPDX license.
* Fix FTBFS (quoted LDFLAGS).
* Switch to using checksummed git tags.
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,15 +1,16 @@
pkgbase = dagger
pkgdesc = A portable devkit for CI/CD pipelines
- pkgver = 0.9.7
+ pkgver = 0.11.1
pkgrel = 1
url = https://dagger.io
arch = x86_64
- license = Apache
+ license = Apache-2.0
makedepends = git
makedepends = go
depends = glibc
options = !lto
- source =
dagger::git+https://github.com/dagger/dagger.git#commit=f838acf038b5ecbaf7f64c988ee3276c18dc7811
- b2sums = SKIP
+ source = dagger::git+https://github.com/dagger/dagger.git#tag=v0.11.1
+ sha512sums =
70c38e998612bffdf23e4772264da87f818ada9a930a8131ced56e5684c5de99462688aca3ba282287cf645fa00bb4398f0118dca69978b69664e9b975e31987
+ b2sums =
6feaf7e41746165cde1fd46ec5b5b266290421a55b1200e7d3a07180c6736df2ebb22bf816d06d743b57a47eb297e4b89bb976dc7d38b3933f99a25ea8bed2a7
pkgname = dagger
=====================================
PKGBUILD
=====================================
@@ -1,24 +1,18 @@
# Maintainer: George Rawlinson <[email protected]>
pkgname=dagger
-pkgver=0.9.7
+pkgver=0.11.1
pkgrel=1
pkgdesc='A portable devkit for CI/CD pipelines'
arch=('x86_64')
url='https://dagger.io'
-license=('Apache')
+license=('Apache-2.0')
depends=('glibc')
makedepends=('git' 'go')
options=('!lto')
-_commit='f838acf038b5ecbaf7f64c988ee3276c18dc7811'
-source=("$pkgname::git+https://github.com/dagger/dagger.git#commit=$_commit")
-b2sums=('SKIP')
-
-pkgver() {
- cd "$pkgname"
-
- git describe --tags | sed 's/^v//'
-}
+source=("$pkgname::git+https://github.com/dagger/dagger.git#tag=v$pkgver")
+sha512sums=('70c38e998612bffdf23e4772264da87f818ada9a930a8131ced56e5684c5de99462688aca3ba282287cf645fa00bb4398f0118dca69978b69664e9b975e31987')
+b2sums=('6feaf7e41746165cde1fd46ec5b5b266290421a55b1200e7d3a07180c6736df2ebb22bf816d06d743b57a47eb297e4b89bb976dc7d38b3933f99a25ea8bed2a7')
prepare() {
cd "$pkgname"
@@ -46,7 +40,7 @@ build() {
-modcacherw \
-ldflags "-compressdwarf=false \
-linkmode external \
- -extldflags ${LDFLAGS} \
+ -extldflags '${LDFLAGS}' \
-X github.com/dagger/dagger/engine.Version=$pkgver" \
-o build \
./cmd/...
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/dagger/-/commit/1867fd90eadfa3d1c09d22369a9712c8791cbab0
--
This project does not include diff previews in email notifications.
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/dagger/-/commit/1867fd90eadfa3d1c09d22369a9712c8791cbab0
You're receiving this email because of your account on gitlab.archlinux.org.