summarylogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorShulhan2021-11-14 15:25:26 +0700
committerShulhan2021-12-04 01:15:37 +0700
commit01bb8fc91967957ee8eedcfa96f680680e19c250 (patch)
treeceb8b437b2f0cb338e9065490ef2c6b3abdcc266 /Makefile
parentc11177dcdf82ca340a90cf14060d86ff9581a216 (diff)
downloadaur-01bb8fc91967957ee8eedcfa96f680680e19c250.tar.gz
all: update to latest release v4.0.0-dev
Changes, * Set minimum Go version to v1.16 * Remove /etc/rescached/hosts.d/hosts.block from backup * Install LICENSE only in /usr/share/licenses/rescached/ directory
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 172791ae974a..8b7f37c10b4b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,8 @@
.PHONY: all check release
all:
- makepkg -sd
-
-check:
- namcap PKGBUILD
+ makepkg -f
release:
+ namcap PKGBUILD
makepkg --printsrcinfo > .SRCINFO