summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcharveey2019-08-08 22:03:06 +0000
committercharveey2019-08-08 22:03:06 +0000
commit216e924026a9c71f035e5a781f9f3186c1eaa2fd (patch)
tree07fc16eee9fbfc4405eb125bf315ef424ad7c7c1
parent6e3ad3f2424fdf929187b36e45444c402860c4d6 (diff)
downloadaur-216e924026a9c71f035e5a781f9f3186c1eaa2fd.tar.gz
fixed permissions
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8030a1528c0b..98dff2ab750f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dot-bin
pkgdesc = A beautiful browser with material UI, with built-in adblock, based on Wexond
pkgver = 2.1.0
- pkgrel = 2
+ pkgrel = 3
url = https://getdot.js.org
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index dba165b40f82..9e9c16f2f9fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=dot-bin
pkgver=2.1.0
-pkgrel=2
+pkgrel=3
pkgdesc="A beautiful browser with material UI, with built-in adblock, based on Wexond"
arch=('x86_64')
url="https://getdot.js.org"
@@ -30,7 +30,7 @@ package() {
# use the most up to date electron version.
mkdir -p "${pkgdir}/opt/dot"
cp -a "squashfs-root/." "${pkgdir}/opt/dot/"
-
+ chmod 755 -R "${pkgdir}/opt/dot"
install -Dm644 "dot.desktop" "${pkgdir}/usr/share/applications/dot.desktop"
for size in 16 32 128 256 512; do