summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorendlesseden2022-07-09 03:59:37 +1000
committerendlesseden2022-07-09 03:59:37 +1000
commitbb0c880773004da4e5448a5dcf00a6487fccfdaf (patch)
tree7f7c0229225fa2c7a04963a7925f144a834d407b /PKGBUILD
parentcf309756a9df9f7e8fd44bd65d8eacf650f308b3 (diff)
downloadaur-ethash-lib.tar.gz
Removed Dep: gcc10; No longer required.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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")