summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Denizart2020-05-03 13:19:20 +0200
committerHugo Denizart2020-05-03 13:19:20 +0200
commit2cf4e724c04d7e09e7946fc5774d520e198a98d4 (patch)
treede38339c46b3eeac1644406a6a3b88f2a9476ae7
parent8d2932264b57c3883fc61433960be4c97858861c (diff)
downloadaur-2cf4e724c04d7e09e7946fc5774d520e198a98d4.tar.gz
🔖 Release 0.8.0b3-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33f3f5fcc8f6..b659222cd32f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = obs-streamfx
pkgdesc = Bring your stream back to life with modern effects!
- pkgver = 0.8.0b1
- pkgrel = 2
+ pkgver = 0.8.0b3
+ pkgrel = 1
url = https://github.com/Xaymar/obs-StreamFX
arch = x86_64
license = GPL2
@@ -24,7 +24,7 @@ pkgbase = obs-streamfx
depends = curl
depends = gtk-update-icon-cache
depends = obs-studio>=25
- source = obs-streamfx::git+https://github.com/Xaymar/obs-StreamFX.git#tag=0.8.0b1
+ source = obs-streamfx::git+https://github.com/Xaymar/obs-StreamFX.git#tag=0.8.0b3
md5sums = SKIP
pkgname = obs-streamfx
diff --git a/PKGBUILD b/PKGBUILD
index 9bb58b591ff4..3d819e8bef5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hugo Denizart <hugo at denizart dot pro>
pkgname=obs-streamfx
-pkgver=0.8.0b1
-pkgrel=2
+pkgver=0.8.0b3
+pkgrel=1
pkgdesc="Bring your stream back to life with modern effects!"
arch=("x86_64")
url="https://github.com/Xaymar/obs-StreamFX"
@@ -35,7 +35,7 @@ package() {
mkdir -p $pkgdir/usr/share/obs/obs-plugins/StreamFX
cp -R data/* $pkgdir/usr/share/obs/obs-plugins/StreamFX
- chmod 644 $pkgdir/usr/share/obs/obs-plugins/StreamFX/*/**/*
+ chmod u=rwX,g=rX,o=rX $pkgdir/usr/share/obs/obs-plugins/StreamFX/*/**/*
}
# vim: ts=2:sw=2:expandtab