summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarcin Wieczorek2016-07-25 17:26:43 +0200
committerMarcin Wieczorek2016-07-25 17:26:43 +0200
commit09ccc98f9a0dcee4507a577cd95be2ceb34eab6c (patch)
tree5a550d7014c0e94c19eef57c2108b810c0a2d9f5 /PKGBUILD
parent5835ab93c38e92f2581ac25ac63909053745a4ab (diff)
downloadaur-09ccc98f9a0dcee4507a577cd95be2ceb34eab6c.tar.gz
Version 1.5.0.beta.1
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3315d8b77cc6..7e8ec8b719d8 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Marcin Wieczorek <marcin@marcin.co>
pkgname=messengerfordesktop-git
-pkgver=1.5.0.beta.0.r0.g225a528
+pkgver=1.5.0.beta.1.r0.g810e70d
pkgrel=1
pkgdesc="Beautiful desktop client for Facebook Messenger. Git version."
arch=('i686' 'x86_64')
@@ -11,13 +11,13 @@ conflicts=('messengerfordesktop' 'messengerfordesktop-bin')
options=(!strip)
depends=('libxtst' 'alsa-lib' 'gtk2' 'gconf' 'libnotify' 'nss' 'xorg-xprop' 'xorg-xwininfo')
makedepends=('git' 'gulp' 'npm')
-source=("$pkgname::git+https://github.com/Aluxian/Facebook-Messenger-Desktop.git#branch=V1.5.X"
+source=("${pkgname}::git+https://github.com/Aluxian/Facebook-Messenger-Desktop.git#branch=V1.5.X"
"start.sh")
md5sums=('SKIP'
'31abbecf99328b1b77ee1bdb1e2d981f')
-if [ $CARCH == x86_64 ]; then
+if [ ${CARCH} == x86_64 ]; then
_arch="64"
else
_arch="32"