summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorendlesseden2022-07-09 03:59:37 +1000
committerendlesseden2022-07-09 03:59:37 +1000
commitbb0c880773004da4e5448a5dcf00a6487fccfdaf (patch)
tree7f7c0229225fa2c7a04963a7925f144a834d407b
parentcf309756a9df9f7e8fd44bd65d8eacf650f308b3 (diff)
downloadaur-bb0c880773004da4e5448a5dcf00a6487fccfdaf.tar.gz
Removed Dep: gcc10; No longer required.
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9fb3c015e302..509a5d309926 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -15,7 +15,6 @@ pkgbase = ethash-lib
arch = arm64
license = GPL3
makedepends = cmake
- makedepends = gcc10
makedepends = perl
makedepends = python
makedepends = gzip
diff --git a/PKGBUILD b/PKGBUILD
index cd2297644d01..3713a7e0c509 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="C/C++ implementation of Ethash – the Ethereum Proof of Work algorithm
arch=('x86_64' 'i386' 'i686' 'pentium4' 'core2' 'armv6h' 'armv7h' 'armv8h' 'armv9h' 'arm64')
url="https://github.com/chfast/ethash"
license=('GPL3')
-makedepends=('cmake' 'gcc10' 'perl' 'python' 'gzip')
+makedepends=('cmake' 'perl' 'python' 'gzip')
provides=("$_pkgname" "$pkgname")
conflicts=("$_pkgname" "$pkgname" "$_pkgname-git" "$pkgname-git")
source=($_pkgname.tar.gz::"$url/archive/refs/tags/v$pkgver.tar.gz")