summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSantoZ2019-01-02 12:51:56 -0500
committerSantoZ2019-01-02 12:51:56 -0500
commit1606e6894253feda2f619541dc8afaa23f09473c (patch)
treed0571840dfe75a1ae090b7cfb802a89fde1f15c8
parent51a7a2ea6b529ec4a895af25b57af9e38c9cc5eb (diff)
downloadaur-minergate.tar.gz
Up package to 1.2, new xFast miner
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore5
-rw-r--r--PKGBUILD26
3 files changed, 18 insertions, 21 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cfc786bbe614..ba1f37a55bc9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = minergate
- pkgdesc = Cryptocurrency GUI miner and Mining Pool
- pkgver = 8.3
+ pkgdesc = Cryptocurrency GUI miner and Mining Pool (xFast)
+ pkgver = 1.2
pkgrel = 1
url = http://www.minergate.com/
install = minergate.install
@@ -11,8 +11,8 @@ pkgbase = minergate
optdepends = cuda: If you have an Nvidia GPU
provides = minergate
options = !strip
- source = minergate-8.3.deb::https://minergate.com/download/ubuntu
- sha256sums = 91e6e9b24b1cae00ea9dadd6e9917613cb6f7884b8d587f43f0e8563ee7c0fef
+ source = MinerGatexFast-1.2-amd64.deb::https://minergate.com/download/xfast-ubuntu-gui
+ sha256sums = ced988d6cb6b6543860ef05779f8f71891aab98b6c62c131e69737e852b2b462
pkgname = minergate
diff --git a/.gitignore b/.gitignore
index f21a097c9271..1cb5a99e420c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,8 +9,5 @@
pkg/
src/
-# KDE directory file
-.directory
-
# Source file
-ubuntu
+*.deb
diff --git a/PKGBUILD b/PKGBUILD
index a6233c39bfe3..7ea3b9e34709 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,23 +1,23 @@
-# Maintainer: Carmelo <carmelo at cock dot li>
+# Maintainer: SantoZ <santoz28 at mailbox dot org>
pkgname=minergate
-pkgver=8.3
+pkgver=1.2
pkgrel=1
-pkgdesc='Cryptocurrency GUI miner and Mining Pool'
-arch=('x86_64')
-url='http://www.minergate.com/'
-provides=('minergate')
-license=('custom')
-source=("minergate-${pkgver}.deb::https://minergate.com/download/ubuntu")
-sha256sums=('91e6e9b24b1cae00ea9dadd6e9917613cb6f7884b8d587f43f0e8563ee7c0fef')
-depends=('ocl-icd')
-optdepends=('bfgminer'
- 'cuda: If you have an Nvidia GPU')
+pkgdesc="Cryptocurrency GUI miner and Mining Pool (xFast)"
+arch=("x86_64")
+url="http://www.minergate.com/"
+provides=("minergate")
+license=("custom")
+source=("MinerGatexFast-${pkgver}-amd64.deb::https://minergate.com/download/xfast-ubuntu-gui")
+sha256sums=("ced988d6cb6b6543860ef05779f8f71891aab98b6c62c131e69737e852b2b462")
+depends=("ocl-icd")
+optdepends=("bfgminer"
+ "cuda: If you have an Nvidia GPU")
install=${pkgname}.install
options=(!strip)
prepare() {
- bsdtar xf data.tar.gz
+ tar xf "${srcdir}/data.tar.gz"
}
package() {