summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortytan6522022-06-11 07:49:23 +0200
committertytan6522022-06-11 07:49:23 +0200
commit84ccac489cb9234cb114072a8e2c3199847136b6 (patch)
tree3a7265d7987ed338dad0a323317711b828597143
parentdec1bf11a7e3a61373b5b35cbc10282088e23829 (diff)
downloadaur-84ccac489cb9234cb114072a8e2c3199847136b6.tar.gz
build: Update to version 1.7.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d92339dfabfb..e29235ea91eb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = obs-tuna
pkgdesc = Get song info from right within obs
- pkgver = 1.6.2
- pkgrel = 2
+ pkgver = 1.7.0
+ pkgrel = 1
url = https://obsproject.com/forum/resources/tuna.843/
arch = i686
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = obs-tuna
conflicts = obs-plugin-tuna-bin
conflicts = obs-plugin-tuna-git
options = debug
- source = tuna::git+https://github.com/univrsal/tuna.git#tag=v1.6.2
+ source = tuna::git+https://github.com/univrsal/tuna.git#tag=v1.7.0
source = FindLibMPDClient.cmake
source = FindTaglib.cmake
source = deps_CMakeLists.txt
diff --git a/PKGBUILD b/PKGBUILD
index a4b481c8e6bf..9fa0c033870c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,8 +11,8 @@ fi
_pluginname=tuna
pkgname=obs-$_pluginname
-pkgver=1.6.2
-pkgrel=2
+pkgver=1.7.0
+pkgrel=1
arch=("i686" "x86_64" "aarch64")
pkgdesc="Get song info from right within obs"
url="https://obsproject.com/forum/resources/tuna.843/"