From 4095ebbb52c605790a00a75ea8b0f64389e6c035 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Thu, 25 Dec 2025 14:04:54 +0700 Subject: all: update to release 20251014.00 Changes, * Remove the patch for google_set_hostname since is not needed anymore. * Set license value to use SPDX valid license name [1] * In package, remove installing symlink for dhclient-exit-hooks. In Arch Linux image, we use systemd for setting network. [1] https://rfc.archlinux.page/0016-spdx-license-identifiers/ --- Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..5e33b7a --- /dev/null +++ b/Makefile @@ -0,0 +1,11 @@ +.PHONY: all +all: + makepkg --syncdeps + +.PHONY: release +release: check + makepkg --printsrcinfo > .SRCINFO + +.PHONY: check +check: + namcap PKGBUILD -- cgit v1.3