summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShayne Hartford (ShayBox)2020-04-29 02:10:10 -0400
committerShayne Hartford (ShayBox)2020-04-29 02:10:10 -0400
commit0fbc6600adfaccec3040b433745582813ab702e5 (patch)
treec8caed007c614e827d76e97a2735129799249af6
parent64a3f94e68b2fcae8c53ada2359adfeba67dad34 (diff)
downloadaur-0fbc6600adfaccec3040b433745582813ab702e5.tar.gz
Fix permissions
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 44b4d95ec7e5..ada273a34878 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = obs-ndi-bin
pkgdesc = Network A/V in OBS Studio with NewTek's NDI technology
pkgver = 4.9.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Palakis/obs-ndi
arch = x86_64
license = LGPL2.0
diff --git a/PKGBUILD b/PKGBUILD
index dcc3e5035ce1..fd6c18abf00a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=obs-ndi-bin
_pkgname=obs-ndi
pkgver=4.9.0
-pkgrel=1
+pkgrel=2
_pkgrel=1
pkgdesc="Network A/V in OBS Studio with NewTek's NDI technology"
arch=('x86_64')
@@ -19,4 +19,6 @@ package() {
cd "${srcdir}"
tar -xJf data.tar.xz -C "${pkgdir}"
+
+ chmod 755 $(find "${pkgdir}" -type d)
}