summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 301a27e40999..ee0b32cfbd9d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = obs-tuna
pkgdesc = Get song info from right within obs
pkgver = 1.6.1
- pkgrel = 1
+ pkgrel = 2
url = https://obsproject.com/forum/resources/tuna.843/
arch = i686
arch = x86_64
@@ -12,9 +12,9 @@ pkgbase = obs-tuna
depends = obs-studio
conflicts = obs-plugin-tuna-bin
conflicts = obs-plugin-tuna-git
- source = tuna::git+https://git.vrsal.de/alex/tuna.git#tag=v1.6.1
- source = git+https://github.com/taglib/taglib
- source = git+https://github.com/MusicPlayerDaemon/libmpdclient
+ source = tuna::git+https://github.com/univrsal/tuna.git#tag=v1.6.1
+ source = taglib::git+https://github.com/taglib/taglib
+ source = libmpdclient::git+https://github.com/MusicPlayerDaemon/libmpdclient
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 69e71cab8957..f73e2425dc21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ fi
_pluginname=tuna
pkgname=obs-$_pluginname
pkgver=1.6.1
-pkgrel=1
+pkgrel=2
arch=("i686" "x86_64" "aarch64")
pkgdesc="Get song info from right within obs"
url="https://obsproject.com/forum/resources/tuna.843/"
@@ -21,9 +21,9 @@ depends=("obs-studio")
makedepends=("cmake" "git")
conflicts=("obs-plugin-tuna-bin" "obs-plugin-tuna-git")
source=(
- "$_pluginname::git+https://git.vrsal.de/alex/tuna.git#tag=v$pkgver"
- "git+https://github.com/taglib/taglib"
- "git+https://github.com/MusicPlayerDaemon/libmpdclient")
+ "$_pluginname::git+https://github.com/univrsal/tuna.git#tag=v$pkgver"
+ "taglib::git+https://github.com/taglib/taglib"
+ "libmpdclient::git+https://github.com/MusicPlayerDaemon/libmpdclient")
sha256sums=(
"SKIP"
"SKIP"