summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMandeep Sangwan2021-09-29 15:31:58 +0530
committerMandeep Sangwan2021-09-29 15:31:58 +0530
commit3ae0fe48345accfeaca6d95f007e7e6419adaeda (patch)
tree1136f7848380d248ab1a9cd8a2fbc85947daf6ea /PKGBUILD
parent346f04f4a4707dccc5c900fd51f8be68819f2de2 (diff)
downloadaur-3ae0fe48345accfeaca6d95f007e7e6419adaeda.tar.gz
Updating the package for Coreutils 9.0-1
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3fbe5a4d932c..0b569665eaa9 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=mailspring
pkgver=1.9.2
-pkgrel=1
+pkgrel=2
pkgdesc="A beautiful, fast and maintained fork of Nylas Mail by one of the original authors."
arch=('x86_64')
license=('custom: GPL3 and (C) 2016-2019 Foundry 376, LLC.')
@@ -26,6 +26,6 @@ package() {
cd ${srcdir}
tar -xvf data.tar.xz -C ${pkgdir} --exclude='./control'
-
- chmod -R go-w "${pkgdir}"/usr
+ chmod go-w "${pkgdir}"/usr "${pkgdir}"/usr/bin
+ chmod -R go-w "${pkgdir}"/usr/share
}