summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMattia Borda2023-01-29 10:17:33 +0100
committerMattia Borda2023-01-29 10:17:33 +0100
commite7ab52296791d1ee3c3d7ef35588f4b918b549a1 (patch)
tree90354c57870399cb5905d36e7b1244903390b98f /PKGBUILD
parentced6355422d2cc798ba071be9d00adb973d14ed1 (diff)
downloadaur-e7ab52296791d1ee3c3d7ef35588f4b918b549a1.tar.gz
Remove build type release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3911831f0066..5bdafafc60c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-# Maintainer: musiclover <musiclover382@protonmail.com>
+# Maintainer: Mattia Borda <mattiagiovanni.borda@icloud.com>
pkgname=whatsapp-for-linux-git
-pkgver=1.4.7.r13.g841d2d4
+pkgver=1.5.2.r4.g5a1ad95
pkgrel=1
pkgdesc="An unofficial WhatsApp desktop application for linux"
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
@@ -21,7 +21,7 @@ pkgver() {
build() {
cd ${pkgname%-git}
- cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr .
+ cmake -DCMAKE_INSTALL_PREFIX=/usr .
make
}