diff options
-rw-r--r-- | .SRCINFO | 13 | ||||
-rw-r--r-- | PKGBUILD | 17 |
2 files changed, 16 insertions, 14 deletions
@@ -1,17 +1,18 @@ pkgbase = vkdevicechooser pkgdesc = Vulkan layer to force a specific physical GPU device to be used - pkgver = 1.0 - pkgrel = 2 - url = https://github.com/aejsmith/vkdevicechooser + pkgver = 1.1 + pkgrel = 1 + url = https://github.com/jiriks74/vkdevicechooser arch = x86_64 license = MIT makedepends = git makedepends = vulkan-headers - makedepends = vulkan-validation-layers + makedepends = vulkan-utility-libraries makedepends = meson makedepends = ninja depends = vulkan-icd-loader - source = https://github.com/aejsmith/vkdevicechooser/archive/refs/tags/1.0.zip - md5sums = 5555405659067e6ba80fac37fcd556d4 + conflicts = vkdevicechooser-git + source = https://github.com/jiriks74/vkdevicechooser/archive/refs/tags/1.1.zip + md5sums = b838ff799b1e729e11d1b950504672be pkgname = vkdevicechooser @@ -1,16 +1,17 @@ -# Maintainer: Entith <entith@entith.net> -# Contributor: Vorpal <vorpal@riseup.net> +# Maintainer: jiriks74 <jiri@stefka.eu> +# Old maintainer: Entith <entith@entith.net> pkgname=vkdevicechooser -pkgver=1.0 -pkgrel=2 +pkgver=1.1 +pkgrel=1 pkgdesc="Vulkan layer to force a specific physical GPU device to be used" arch=('x86_64') -url="https://github.com/aejsmith/vkdevicechooser" +url="https://github.com/jiriks74/vkdevicechooser" license=('MIT') depends=('vulkan-icd-loader') -makedepends=('git' 'vulkan-headers' 'vulkan-validation-layers' 'meson' 'ninja') -source=(https://github.com/aejsmith/vkdevicechooser/archive/refs/tags/1.0.zip) -md5sums=('5555405659067e6ba80fac37fcd556d4') +makedepends=('git' 'vulkan-headers' 'vulkan-utility-libraries' 'meson' 'ninja') +conflicts=('vkdevicechooser-git') +source=(https://github.com/jiriks74/vkdevicechooser/archive/refs/tags/1.1.zip) +md5sums=('b838ff799b1e729e11d1b950504672be') build() { cd "${pkgname}-${pkgver}" |