summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrédéric Chanal2023-11-23 16:18:34 +0100
committerFrédéric Chanal2023-11-23 16:18:34 +0100
commita7318ca229da1a76f5e65047619adb329e272234 (patch)
treea2cb634b32c53c184d912b72e6b4336a24f706ea
parent45e1bfb11c1b3d4703f5617b7a268a3d58959fcd (diff)
downloadaur-a7318ca229da1a76f5e65047619adb329e272234.tar.gz
Update to OBS 30.0.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf85888e4f2b..dc4f1ab25595 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = nudgis-obs-plugin
pkgdesc = OBS plugin for UbiCast Nudgis
pkgver = 1.0.0
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/UbiCastTeam/nudgis-obs-plugin
arch = x86_64
license = GPL2
makedepends = binutils
- depends = obs-studio>=28
- 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
+ depends = obs-studio>=30
+ source = https://github.com/UbiCastTeam/nudgis-obs-plugin/releases/download/v1.0.0_OBS-30/nudgis-obs-plugin-1.0.0-x86_64-linux-gnu.deb
+ sha512sums = 57fa5782876c7204b213179bb4102b87f194bc7744ead523461c0ca62e1aa3b20e2eae4ecca34e3d276f5cac0d56388a0de468384fbda97894688a5f9a56268e
pkgname = nudgis-obs-plugin
diff --git a/PKGBUILD b/PKGBUILD
index b2126aaf77ae..931c93fd694b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
pkgname=nudgis-obs-plugin
pkgver=1.0.0
-pkgrel=3
+pkgrel=4
pkgdesc="OBS plugin for UbiCast Nudgis"
arch=('x86_64')
url="https://github.com/UbiCastTeam/nudgis-obs-plugin"
license=('GPL2')
-depends=('obs-studio>=28')
+depends=('obs-studio>=30')
makedepends=('binutils')
-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')
+source=('https://github.com/UbiCastTeam/nudgis-obs-plugin/releases/download/v1.0.0_OBS-30/nudgis-obs-plugin-1.0.0-x86_64-linux-gnu.deb')
+sha512sums=('57fa5782876c7204b213179bb4102b87f194bc7744ead523461c0ca62e1aa3b20e2eae4ecca34e3d276f5cac0d56388a0de468384fbda97894688a5f9a56268e')
package() {
# ar -x nudgis-obs-plugin-$pkgver-linux-x86_64.deb
- tar -xzf data.tar.gz --transform 's/x86_64-linux-gnu//' -C "$pkgdir/"
+ tar -xzf data.tar.gz --transform 's/\blocal\b//' -C "$pkgdir/"
}