summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXenHat2023-10-03 22:13:00 -0400
committerXenHat2023-10-03 22:13:00 -0400
commitdb8e5e5393f73ba8f31e64957a0b345301926f4e (patch)
treee93b38167b2cde16238165bdcfa82cacc2bf59d4
parent34ada5b1412b407ce767a71c48ecb0d13b69acea (diff)
downloadaur-db8e5e5393f73ba8f31e64957a0b345301926f4e.tar.gz
update repo url
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b08f8f262dfa..7ec53a5e1ab6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,14 +6,14 @@ pkgver=1.0.0.r0.g7e4d38e
pkgrel=1
pkgdesc="discord-rpc implementation for Wine allowing Wine games to interact with native Discord"
arch=('x86_64' 'i686')
-url="https://github.com/Marc3842h/rpc-wine"
+url="https://github.com/mellowagain/rpc-wine"
license=('MIT')
depends=('rapidjson' 'wine')
makedepends=('git' 'make')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
install=discord-rpc-wine.install
-source=("git+https://github.com/Marc3842h/rpc-wine"
+source=("git+https://github.com/mellowagain/rpc-wine"
"discord-rpc-wine.sh")
sha256sums=('SKIP'
'9dd85cb4ccd7524b7416c29967dcc0640c2784aaa9561ccc6799c81866b1cffc')