summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortaotieren2023-11-21 11:37:32 +0800
committertaotieren2023-11-21 11:37:32 +0800
commit1e3c02660cfb356a070498ae9e697d21dbca45e3 (patch)
tree99e99446e470323e90f7203d061a0751f84c9f40
parent69626ff5d8c0d88222ea2c65c72edbae773df95a (diff)
downloadaur-mounriver-studio-community-bin.tar.gz
Update 160-1
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef51738c9d56..9cc66358c2d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mounriver-studio-community-bin
pkgver = 160
- pkgrel = 0
+ pkgrel = 1
url = http://www.mounriver.com/
arch = x86_64
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index a5fc16afc659..7428f9d88f15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=mounriver-studio-community-bin
pkgname=(${pkgbase})
pkgver=160
-pkgrel=0
+pkgrel=1
arch=('x86_64')
url='http://www.mounriver.com/'
license=('GPL2' 'GPL3' 'custom')
@@ -26,6 +26,7 @@ noextract=(${pkgbase}-${pkgver}.tar.xz)
prepare() {
tar -xf "${srcdir}/${pkgbase}-${pkgver}.tar.xz" --strip-components=1 -C "${srcdir}/"
+ find MRS_Community -perm 600 -exec chmod 644 {} \;
}
package_mounriver-studio-community-bin() {