summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortytan6522021-02-01 14:06:04 +0100
committertytan6522021-02-01 14:06:04 +0100
commit6dadc06da999c252e8978eac1228009f30ed0a7e (patch)
tree9d755c804a238a00e62f790835fc70bdc98f5fc9
parent420cd9788de84d7dec73beb06f2f054508863b78 (diff)
downloadaur-6dadc06da999c252e8978eac1228009f30ed0a7e.tar.gz
doc: change url
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb81695fd267..21ffc2cf2a93 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = obs-audio-pan-filter
pkgdesc = This is a simple plugin to control stereo pan of audio source in OBS Studio
pkgver = 0.1.0
pkgrel = 1
- url = https://github.com/WarmUpTill/SceneSwitcher
+ url = https://github.com/norihiro/obs-audio-pan-filter
arch = x86_64
license = GPL2
makedepends = cmake
diff --git a/PKGBUILD b/PKGBUILD
index aaca295dd07b..2f4e3c5eab9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _obsver=26.1.0
pkgrel=1
pkgdesc="This is a simple plugin to control stereo pan of audio source in OBS Studio"
arch=('x86_64')
-url="https://github.com/WarmUpTill/SceneSwitcher"
+url="https://github.com/norihiro/obs-audio-pan-filter"
license=("GPL2")
depends=("obs-studio")
makedepends=("cmake")