summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Jakub Rup2022-06-30 07:44:34 +0200
committerTomasz Jakub Rup2022-06-30 07:44:34 +0200
commitfe7279016fbf60d2f4364ad32052636030e88c6c (patch)
tree628e306d806204cc9307b57bf51d8dda6f54f15c
parent720c98e94a11b1d08ce71d1fc93a028ded97ab92 (diff)
downloadaur-fe7279016fbf60d2f4364ad32052636030e88c6c.tar.gz
new build
-rw-r--r--.gitignore7
-rw-r--r--Makefile9
2 files changed, 5 insertions, 11 deletions
diff --git a/.gitignore b/.gitignore
index a24c52bb42f5..16d2f99ff65e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,2 @@
-pkg/
-src/
-*.pkg.tar.xz
-*.pkg.tar.zst
-*.tgz
+*.log
+pnpm-*
diff --git a/Makefile b/Makefile
index 38227e53a2cd..0a4ef4421ddd 100644
--- a/Makefile
+++ b/Makefile
@@ -2,17 +2,14 @@ all:
make prepare
make build
make clean
- make check
build:
- makepkg -f
+ extra-x86_64-build
prepare:
- sed -i "s|sha256sums.*|`makepkg -g 2>&1|grep sha256sums`|g" PKGBUILD
+ updpkgsums
makepkg --printsrcinfo > .SRCINFO
clean:
- rm -rf pkg/ src/
+ rm -rf pnpm-* *.log
-check:
- namcap *.tar.zst