summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEvgeny S Maksimov2024-02-29 22:37:27 +0300
committerEvgeny S Maksimov2024-02-29 22:37:27 +0300
commitf2ab79b592599198c448eec54122366e890e0bac (patch)
tree561baf11842d9ae33b28c7b0e4f7c9b380a12e6c /PKGBUILD
parent7c6af63357e2a346ff83fc0ed158320152da1772 (diff)
downloadaur-cctv-viewer-git.tar.gz
Add packager suffix support
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b074b02afe2d..685014c6d71a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -42,7 +42,7 @@ prepare() {
build() {
cd $_pkgname
- cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release
+ cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DPACKAGER=AUR
make
}