summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')