summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVaargk2022-10-28 21:03:28 +0200
committerVaargk2022-10-28 21:03:28 +0200
commit5a89a0631681904f6ed82694933e28c18e91da4f (patch)
tree2e33e7b12c454ecf6ea73b990c56262301f3b9c3
parent7f1b799a6d35b18417516a3c200c0f0b43598f68 (diff)
downloadaur-5a89a0631681904f6ed82694933e28c18e91da4f.tar.gz
1.9.1
-rw-r--r--.SRCINFO20
-rw-r--r--PKGBUILD17
2 files changed, 16 insertions, 21 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 45bf1c23b09e..f1a180b7a83c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,11 @@
pkgbase = obs-plugin-tuna-bin
- pkgdesc = Song information plugin for obs-studio
- pkgver = 1.5.5
- pkgrel = 1
- url = https://github.com/univrsal/tuna
- arch = x86_64
- license = GPL2
- depends = obs-studio
- source = https://github.com/univrsal/tuna/releases/download/v1.5.5/tuna.v1.5.5.bin.linux.x64.zip
- sha256sums = db234d3cb2529391b7e8fcee59b6b28d027f8984eb7543943f9eadcd3b9eefad
-
pkgname = obs-plugin-tuna-bin
-
+pkgdesc = Song information plugin for obs-studio
+pkgver = 1.9.1
+pkgrel = 1
+url = https://github.com/univrsal/tuna
+arch = x86_64
+license = GPL2
+depends = obs-studio
+source = https://github.com/univrsal/tuna/releases/download/v1.9.1/tuna-1.9.1-linux-x86_64.deb
+sha256sums = f1bb75b2d947a26ba5b028d53246a7a36e2f0951fd3776c68e9a445cc55ef7ad \ No newline at end of file
diff --git a/PKGBUILD b/PKGBUILD
index 2385198bf1a8..a9709badb74b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,17 @@
-# Maintainer: MCOfficer <MCOfficer@gmx.de>
+# Maintainer: Vaargk <s30vm63qa@mozmail.com>
pkgname=obs-plugin-tuna-bin
-pkgver=1.5.5
+pkgver=1.9.1
pkgrel=1
arch=(x86_64)
pkgdesc="Song information plugin for obs-studio"
url="https://github.com/univrsal/tuna"
license=('GPL2')
depends=("obs-studio")
-source=("https://github.com/univrsal/tuna/releases/download/v$pkgver/tuna.v$pkgver.bin.linux.x64.zip")
-sha256sums=('db234d3cb2529391b7e8fcee59b6b28d027f8984eb7543943f9eadcd3b9eefad')
+source=("https://github.com/univrsal/tuna/releases/download/v$pkgver/tuna-$pkgver-linux-x86_64.deb")
+sha256sums=('f1bb75b2d947a26ba5b028d53246a7a36e2f0951fd3776c68e9a445cc55ef7ad')
package() {
- cd $srcdir
- mkdir -p $pkgdir/usr/lib/obs-plugins/
- mv tuna/bin/64bit/tuna.so $pkgdir/usr/lib/obs-plugins/
- mkdir -p $pkgdir/usr/share/obs/obs-plugins/
- mv tuna/data $pkgdir/usr/share/obs/obs-plugins/tuna
-}
+ bsdtar -xf ${srcdir}/data.tar.gz -C ${pkgdir}/
+ chown root:root -vR "${pkgdir}/"
+} \ No newline at end of file