summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormlatman2016-04-22 22:52:53 -0400
committermlatman2016-04-22 22:52:53 -0400
commitef22140772a8201f596492020a4ad6cc4ce0d77e (patch)
tree3ff273394fa0a7ad86ae7a45e832bb938a0a8e7e /PKGBUILD
parentea20a46d4e25a3a02a8a48b697781e84c6c1404e (diff)
downloadaur-ef22140772a8201f596492020a4ad6cc4ce0d77e.tar.gz
Release 2.0.14 PackageRel 17
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 04c770a2d849..9fc5e8843a67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=whatsie
pkgver=2.0.14
-pkgrel=16
+pkgrel=17
pkgdesc="A simple & beautiful desktop client for WhatsApp Web."
arch=('x86_64')
url="https://github.com/Aluxian/Whatsie"
@@ -16,7 +16,7 @@ package() {
bsdtar -xf data.tar.gz -C "$pkgdir/"
msg2 "Fixing permissions of documentation folder..."
- chmod -R 755 "$pkgdir/opt/"
- chmod -R 755 "$pkgdir/etc/"
- chmod -R 755 "$pkgdir/usr/"
+ chmod -R 775 "$pkgdir/opt/"
+ chmod -R 775 "$pkgdir/etc/"
+ chmod -R 775 "$pkgdir/usr/"
}