kpcyrd pushed to branch main at Arch Linux / Packaging / Packages / ko


Commits:
e316da57 by kpcyrd at 2026-02-03T23:14:50+01:00
Update package url to github.com/ko-build

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -3,13 +3,18 @@
 pkgname=ko
 pkgver=0.18.1
 pkgrel=1
-pkgdesc="Build and deploy Go applications on Kubernetes"
+pkgdesc="Build and deploy Go container images"
 arch=('x86_64')
-url="https://github.com/google/ko";
+url="https://github.com/ko-build/ko";
 license=('Apache-2.0')
-makedepends=('go' 'git')
-depends=('glibc')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/google/ko/archive/refs/tags/v${pkgver}.tar.gz";)
+depends=(
+  'glibc'
+)
+makedepends=(
+  'git'
+  'go'
+)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ko-build/ko/archive/refs/tags/v${pkgver}.tar.gz";)
 
sha512sums=('651d0e2ab075b954aaa6e82a12708515b84f08ae9f9fad1335931a317aa1ac72a8f62f8ac238f550790e43328b5c4b701436e6763b0bb87c3f80145848d8a469')
 
b2sums=('d67fc6d7618cc354318d2c83f22d73cf716e801e1b5a4c51024815a85cfce213ffe64e05ad00beac6a646670d09bddc167229bd336a4de6dc323b34f5225e920')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ko/-/commit/e316da57f084d0d7caa541eaa2b38b35ce1fea21

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ko/-/commit/e316da57f084d0d7caa541eaa2b38b35ce1fea21
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to