summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMārtiņš Možeiko2022-11-06 12:00:48 -0800
committerMārtiņš Možeiko2022-11-06 12:00:48 -0800
commit6c73f8f2f9c6c92d9f16c91a585f4742ab683ad3 (patch)
tree5c8e613aff4312a064891052c80a86c36e65e7d3
parent2b76b4df2456dd385ae2d906aa302a5498aa2a3c (diff)
downloadaur-6c73f8f2f9c6c92d9f16c91a585f4742ab683ad3.tar.gz
add git to makedepends
-rw-r--r--.SRCINFO3
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD3
3 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19c9812c26ad..dfc412f4948b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = opencl-caps-viewer
pkgdesc = OpenCL Hardware Capability Viewer
pkgver = 1.20
- pkgrel = 1
+ pkgrel = 2
url = https://opencl.gpuinfo.org/
arch = x86_64
license = GPL2
+ makedepends = git
depends = opencl-icd-loader
depends = qt5-x11extras
source = git+https://github.com/SaschaWillems/OpenCLCapsViewer.git#tag=1.20
diff --git a/.gitignore b/.gitignore
index e08322219f95..df6518542407 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
opencl-caps-viewer
+OpenCLCapsViewer
OpenCL-Headers
pkg
src
diff --git a/PKGBUILD b/PKGBUILD
index 6c6db4025af6..ac1e70ac7c16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
# Maintainer: Martins Mozeiko <martins.mozeiko@gmail.com>
pkgname=opencl-caps-viewer
pkgver=1.20
-pkgrel=1
+pkgrel=2
pkgdesc="OpenCL Hardware Capability Viewer"
arch=("x86_64")
depends=("opencl-icd-loader" "qt5-x11extras")
url="https://opencl.gpuinfo.org/"
+makedepends=('git')
license=("GPL2")
source=("git+https://github.com/SaschaWillems/OpenCLCapsViewer.git#tag=${pkgver}"