summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa9cefda674d..782736ac8a5d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = cuda_memtest
pkgdesc = A GPU memory test utility for NVIDIA and AMD GPUs.
pkgver = r83.dd723aa
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ComputationalRadiationPhysics/cuda_memtest
arch = i686
arch = x86_64
license = Illinois Open Source License
makedepends = cmake
+ makedepends = git
depends = cuda
source = cuda_memtest::git+https://github.com/ComputationalRadiationPhysics/cuda_memtest.git
source = path.patch
diff --git a/PKGBUILD b/PKGBUILD
index 77a17b97725e..71ac78df9306 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=cuda_memtest
pkgver=r83.dd723aa
-pkgrel=1
+pkgrel=2
pkgdesc="A GPU memory test utility for NVIDIA and AMD GPUs."
arch=('i686' 'x86_64')
url="https://github.com/ComputationalRadiationPhysics/cuda_memtest"
@@ -17,6 +17,7 @@ optdepends=(
# 'opencl-mesa: OpenCL support for AMD/ATI Radeon mesa drivers'
)
makedepends=('cmake'
+ 'git'
# 'opencl-headers'
)
source=("$pkgname"::'git+https://github.com/ComputationalRadiationPhysics/cuda_memtest.git'