summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 14d553d8675e..83ab2b97a204 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = electrumx
pkgdesc = Server implementation for the Electrum wallet
pkgver = 1.15.0
pkgrel = 1
- url = https://github.com/kyuupichan/electrumx
+ url = https://github.com/spesmilo/electrumx
arch = any
license = MIT
makedepends = python-setuptools
@@ -18,7 +18,7 @@ pkgbase = electrumx
optdepends = bitcoin-daemon: Bitcoin core headless P2P node
optdepends = electrum: Bitcoin thin client
backup = etc/electrumx/electrumx.conf
- source = electrumx-1.15.0.tar.gz::https://codeload.github.com/kyuupichan/electrumx/tar.gz/1.15.0
+ source = electrumx-1.15.0.tar.gz::https://codeload.github.com/spesmilo/electrumx/tar.gz/1.15.0
source = electrumx.conf
source = electrumx.service
source = electrumx.sysusers
diff --git a/PKGBUILD b/PKGBUILD
index 50e0aa3431e3..5b38646dcfd9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,9 +18,9 @@ depends=('leveldb'
makedepends=('python-setuptools')
optdepends=('bitcoin-daemon: Bitcoin core headless P2P node'
'electrum: Bitcoin thin client')
-url="https://github.com/kyuupichan/electrumx"
+url="https://github.com/spesmilo/electrumx"
license=('MIT')
-source=($pkgname-$pkgver.tar.gz::https://codeload.github.com/kyuupichan/$pkgname/tar.gz/$pkgver
+source=($pkgname-$pkgver.tar.gz::https://codeload.github.com/spesmilo/$pkgname/tar.gz/$pkgver
'electrumx.conf'
'electrumx.service'
'electrumx.sysusers')