summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorentith2021-08-21 00:51:14 -0400
committerentith2021-08-21 00:51:14 -0400
commit4fff525d441ee8a240045ce4c9e3eac6695b993f (patch)
tree993252fadcc71f58e8e39d87c29c15c675baa096 /.SRCINFO
parent9c918953630a994114feacf8e07a06e6e9daf9e1 (diff)
downloadaur-4fff525d441ee8a240045ce4c9e3eac6695b993f.tar.gz
Fix PKGBUILD
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO15
1 files changed, 10 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 60810218d3a0..7213b55b6ad2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,17 @@
pkgbase = vkdevicechooser
pkgdesc = Vulkan layer to force a specific physical GPU device to be used
- pkgver = 1
- pkgrel = 1
+ pkgver = 1.0
+ pkgrel = 2
url = https://github.com/aejsmith/vkdevicechooser
arch = x86_64
license = MIT
- source = https://github.com/aejsmith/vkdevicechooser/archive/master.zip
- md5sums = 22df9532f1f89855a0db8ad068ba0145
+ makedepends = git
+ makedepends = vulkan-headers
+ makedepends = vulkan-validation-layers
+ makedepends = meson
+ makedepends = ninja
+ depends = vulkan-icd-loader
+ source = https://github.com/aejsmith/vkdevicechooser/archive/refs/tags/1.0.zip
+ md5sums = 5555405659067e6ba80fac37fcd556d4
pkgname = vkdevicechooser
-