summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwatasuke1022021-02-21 15:39:01 +0900
committerwatasuke1022021-02-21 15:39:01 +0900
commita04ae9e537fa5701865bb82875466348a5332017 (patch)
treec487943e2e0bd9a87111de3260d33dd8896f248e
parent8f78d1b6b6404fe500cc199a09adba9a9dc16e7d (diff)
downloadaur-a04ae9e537fa5701865bb82875466348a5332017.tar.gz
Add depends
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 250ca0824364..00b0e0be0aca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,13 @@
pkgbase = minergate-gui
pkgdesc = Altcoin Cryptocurrency Mining Pools
pkgver = 1.7
- pkgrel = 1
+ pkgrel = 2
url = http://www.minergate.com/
arch = x86_64
license = custom
+ depends = ocl-icd
+ depends = qt5-websockets
+ depends = icu
provides = minergate-gui
options = !strip
source = https://www.minergate.com/download/xfast-ubuntu-gui/1.7
diff --git a/PKGBUILD b/PKGBUILD
index 206c911070d6..2d7007ae7545 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=minergate-gui
pkgver=1.7
-pkgrel=1
+pkgrel=2
pkgdesc="Altcoin Cryptocurrency Mining Pools"
arch=("x86_64")
url="http://www.minergate.com/"
@@ -11,7 +11,7 @@ license=("custom")
source=("https://www.minergate.com/download/xfast-ubuntu-gui/${pkgver}")
sha256sums=("1b24f3785a68043092366a9195524becbe8c589257b365628a0cb271d75e465f")
options=(!strip)
-depends=()
+depends=('ocl-icd' 'qt5-websockets' 'icu')
prepare() {