summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMandeep Sangwan2021-09-29 15:31:58 +0530
committerMandeep Sangwan2021-09-29 15:31:58 +0530
commit3ae0fe48345accfeaca6d95f007e7e6419adaeda (patch)
tree1136f7848380d248ab1a9cd8a2fbc85947daf6ea
parent346f04f4a4707dccc5c900fd51f8be68819f2de2 (diff)
downloadaur-3ae0fe48345accfeaca6d95f007e7e6419adaeda.tar.gz
Updating the package for Coreutils 9.0-1
-rwxr-xr-x.SRCINFO2
-rwxr-xr-xPKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 73f7f2a183fd..445e5c72fd3d 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mailspring
pkgdesc = A beautiful, fast and maintained fork of Nylas Mail by one of the original authors.
pkgver = 1.9.2
- pkgrel = 1
+ pkgrel = 2
url = https://getmailspring.com/
arch = x86_64
license = custom: GPL3 and (C) 2016-2019 Foundry 376, LLC.
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
}