summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrédéric Chanal2022-09-22 09:42:31 +0200
committerFrédéric Chanal2022-09-29 10:25:35 +0200
commitbe83f5ab16bfad22391740371e8e6421879b4fab (patch)
treea106fa13531cf1e16a411903da8e07f4c0ee2422
parent6dc40d3414358645633ad86209175ab28888843b (diff)
downloadaur-be83f5ab16bfad22391740371e8e6421879b4fab.tar.gz
update to OBS 28 plugin flavor
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2af7b3e8327f..85a7c1b24e28 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@ pkgdesc="OBS plugin for UbiCast Nudgis"
arch=('x86_64')
url="https://github.com/UbiCastTeam/nudgis-obs-plugin"
license=('GPL2')
-depends=('obs-studio')
+depends=('obs-studio>=28')
makedepends=('binutils')
-source=('https://github.com/UbiCastTeam/nudgis-obs-plugin/releases/download/v1.0.0-rc1/nudgis-obs-plugin-1.0.0-Linux.deb')
-sha512sums=('aed30acb436153aa1f81cffaf611f207a025a2e81f242feaa7069cbda98310360b12d80223b632a3a077fda68d8650613c1ba433e8b60e25bd7191af78e04f0b')
+source=('https://github.com/UbiCastTeam/nudgis-obs-plugin/releases/download/v1.0.0_OBS-28/nudgis-obs-plugin-1.0.0-linux-x86_64.deb')
+sha512sums=('8b33f7a6d5df87de1604f4da864f73fa4a330865250c33d126c4a244eaccaa9b17c64a947fe9eb34d26f22203573bff90f835169f2e9bd04372fcc88cbe1ef9a')
package() {
- ar -x nudgis-obs-plugin-*-Linux.deb
+ ar -x nudgis-obs-plugin-$pkgver-linux-x86_64.deb
tar -xzf data.tar.gz -C "$pkgdir/"
}