summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2020-06-14 11:52:33 +0800
committerlilac2020-06-14 11:52:33 +0800
commit15254a5b1625bd1a7b9ebd5c60090b9251c220cf (patch)
tree69f1372a49da264557f56ca15b5da473287501fb /PKGBUILD
parent4c3d77b19d11e7dc6fea7a39ddadfa160f807df8 (diff)
downloadaur-vkd3d-valve.tar.gz
update by lilac
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3a2b7b76d067..c991c1a5be3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=vkd3d-valve
pkgver=1.1
-pkgrel=1
+pkgrel=2
pkgdesc="D3D12 to Vulkan translation library (Valve version)"
arch=('x86_64')
url='https://github.com/ValveSoftware/vkd3d'
@@ -24,7 +24,7 @@ makedepends=( # Prevent out-of-date SPIRV headers error
conflicts=('vkd3d')
provides=('vkd3d')
source=("https://github.com/ValveSoftware/vkd3d/archive/vkd3d-$pkgver.tar.gz")
-sha256sums=('SKIP')
+sha256sums=('da223b0ec80570c096317d15c0d29deda8fcf571a539a83eb4e33c5a97c226bb')
prepare() {
cd vkd3d-vkd3d-$pkgver