summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Westover2022-05-30 22:32:28 -0400
committerBen Westover2022-05-30 22:32:28 -0400
commit4b2b8c8dd34d9af49e64b09648f895ab17f74ffa (patch)
treea41e8708430f206ae4ec6a56ba46d374b8d06735
parentdac42bc7526b39993dd8b2f5874409e5908d2d89 (diff)
downloadaur-4b2b8c8dd34d9af49e64b09648f895ab17f74ffa.tar.gz
Add git to makedepends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab9d2877e44d..7db453230c77 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = nuxhash-git
arch = x86_64
license = GPL3
makedepends = python-setuptools
+ makedepends = git
depends = python
depends = python-requests
depends = curl
diff --git a/PKGBUILD b/PKGBUILD
index 291e2565b134..aaad18252b1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('x86_64')
url="https://github.com/YoRyan/nuxhash"
license=('GPL3')
depends=('python' 'python-requests' 'curl' 'nvidia' 'opencl-nvidia' 'cuda')
-makedepends=('python-setuptools')
+makedepends=('python-setuptools' 'git')
optdepends=('python-wxpython: GUI support'
'python-pypubsub: GUI support')
source=("git+https://github.com/YoRyan/nuxhash.git"