summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy MountainJohnson2018-08-17 12:33:25 -0500
committerJeremy MountainJohnson2018-08-17 12:33:25 -0500
commit98da78ab5a8d7bf2fbf001cf085737d44106e1d2 (patch)
tree641d8ff27ffaf8fa9bc8df6440d7ba57746ae818
parent998a5e2002aac92b3707a86e929bcab230fe2f7e (diff)
downloadaur-98da78ab5a8d7bf2fbf001cf085737d44106e1d2.tar.gz
Fix directory permissions from zip file
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad66954865bd..18bfb4c0a6a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xfce-evolution-themes
pkgdesc = The Xfce Evolution theme attempts to rid the Xfce desktop of visual distractions by providing a more consistent look (buttons, scrollbars, menus, etc) across older and newer applications.
pkgver = 4.17.0
- pkgrel = 1
+ pkgrel = 2
url = http://www.itgroup.ro/WSX/browser.htm?.landingpage=wsx_content/en/linux/xfce-evolution.html
arch = any
license = GPLv2
diff --git a/PKGBUILD b/PKGBUILD
index 8f4836082983..b63d05aef1e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=xfce-evolution-themes
_name=xfce-evolution
pkgver=4.17.0
-pkgrel=1
+pkgrel=2
pkgdesc="The Xfce Evolution theme attempts to rid the Xfce desktop of visual distractions by providing a more consistent look (buttons, scrollbars, menus, etc) across older and newer applications."
arch=('any')
url="http://www.itgroup.ro/WSX/browser.htm?.landingpage=wsx_content/en/linux/xfce-evolution.html"
@@ -17,6 +17,7 @@ sha512sums=('616bcce9637ed8cecec3cd0272143b5f194733856fd0d8b7a201e4e2e07b98a0ab0
package() {
# Set correct mode on files from zip source extraction
find $srcdir -type f -exec chmod 644 {} +
+ find $srcdir -type d -exec chmod 755 {} +
# Prepare all theme directories for package
for i in $srcdir/Xfce\ Evolution*; do