summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEnes Hecan2021-03-29 16:21:27 +0200
committerEnes Hecan2021-03-29 16:21:27 +0200
commitdb1a4ee568fc9ab4b14cb39c967738ab6af804ff (patch)
tree9b43145bbf0493f93894bedd9a3e5e62dd132600
parent95d263092b490932949a5283a5d6af6137e4678a (diff)
downloadaur-db1a4ee568fc9ab4b14cb39c967738ab6af804ff.tar.gz
Use /usr as install dir instead of /usr/local
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5cfe807ac945..31ceb1989773 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = whatsapp-for-linux
pkgdesc = An unofficial WhatsApp desktop application for linux
pkgver = 1.1.5
- pkgrel = 0
+ pkgrel = 1
url = https://github.com/eneshecan/whatsapp-for-linux
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 23a0cc180f02..26387c703f3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='whatsapp-for-linux'
pkgver=1.1.5
-pkgrel=0
+pkgrel=1
pkgdesc="An unofficial WhatsApp desktop application for linux"
url="https://github.com/eneshecan/whatsapp-for-linux"
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
@@ -16,7 +16,7 @@ md5sums=('5c8d6f27c1825a1cdcb89a8557d0a041')
build() {
cd "$srcdir/$pkgname-$pkgver"
- cmake -DCMAKE_BUILD_TYPE=Release .
+ cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr .
make
}