From 4e7330f257549dbe7e814db815d4c65dc8e367a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20M=C3=BCller?= <philm@manjaro.org> Date: Tue, 21 Apr 2020 22:27:31 +0200 Subject: [PATCH] [cloudbuild] update to CPX51 Epic v16 --- PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 8d6291e..60951dc 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,6 +6,9 @@ # Maintainer: Jonathon Fernyhough (i686) <jonathon@manjaro.org> # Contributor: Helmut Stult <helmut[at]manjaro[dot]org> +# Cloudbuild Server +_server=cpx51 + pkgbase=linux57 pkgname=('linux57' 'linux57-headers') _kernelname=-MANJARO @@ -355,6 +358,3 @@ package_linux57-headers() { /usr/bin/strip ${_strip} "${_binary}" done < <(find "${_builddir}/scripts" -type f -perm -u+w -print0 2>/dev/null) } - -_server=cx51 - -- GitLab