summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZion Nimchuk2021-05-05 17:49:05 -0700
committerZion Nimchuk2021-05-05 17:49:05 -0700
commita5c83667c39b2693839a941d2d1401133b9b36df (patch)
treeddfd36fc6419b5fab0d2035e75295761a3a7027b
parent1d595ee22cb78a2abb2bb92a0dc13056cb09c06e (diff)
downloadaur-a5c83667c39b2693839a941d2d1401133b9b36df.tar.gz
Change project url as well
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4cecb22b3ce4..55223a7c867d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = trex-bin
pkgdesc = Cryptocurrency miner for NVIDIA hardware, supporting a variety of algorithms
pkgver = 0.20.3
pkgrel = 1
- url = https://github.com/trexminer/T-Rex
+ url = https://bitcointalk.org/index.php?topic=4432704.0
arch = x86_64
license = custom
depends = nvidia-utils
diff --git a/PKGBUILD b/PKGBUILD
index 62779dce06d1..f59d5fab27c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc="Cryptocurrency miner for NVIDIA hardware, supporting a variety of algorithms"
arch=('x86_64')
license=('custom')
-url="https://github.com/trexminer/T-Rex"
+url="https://bitcointalk.org/index.php?topic=4432704.0"
options=('!strip')
depends=('nvidia-utils')
source=("t-rex_${pkgver}.tar.gz"::"https://trex-miner.com/download/t-rex-${pkgver}-linux.tar.gz")