summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2022-03-15 23:30:34 +0100
committerNarrat2022-03-15 23:30:34 +0100
commit35c6b38a5734ab294c21e0fa4ad96e31bec62865 (patch)
treec9c49ef17da17b80482ab214952d4b5707c35ce1
parentd8c01213e380caaf6e05ca532868a947b6622fa4 (diff)
downloadaur-35c6b38a5734ab294c21e0fa4ad96e31bec62865.tar.gz
labwc: fix copy&paste error
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eb00617f6a9c..384e4bcc6341 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ b2sums=('bb7008b60e180fa9f936cb2a09e4ce616e70c2238dceb32e29f4cd8396a2ca2f0f58b43
build() {
- arch-meson -Dman-pages=enabled "$_pkgname" build
+ arch-meson -Dman-pages=enabled "$pkgname-$pkgver" build
meson compile -C build
}