summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpobrn2023-01-21 19:30:57 +0100
committerBarnabás Pőcze2023-01-21 19:30:57 +0100
commit45e8271fd2b5504fa3c67dec3efe8ffcd6d28ac2 (patch)
tree4c660983f694c26b98000d795ab301313478bbf9 /PKGBUILD
parent437d3be1b3a394b68b71148c0b45dae7507774e8 (diff)
downloadaur-yavta-git.tar.gz
actually build in build()
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ac498b0492c3..97cab39cfd42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,6 +17,7 @@ pkgver() {
build() {
arch-meson build "${_pkgname}"
+ meson compile -C build
}
package() {