[arch-commits] Commit in vkd3d/repos/community-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Tue Jun 28 12:17:19 UTC 2022


    Date: Tuesday, June 28, 2022 @ 12:17:19
  Author: felixonmars
Revision: 1239828

archrelease: copy trunk to community-x86_64

Added:
  vkd3d/repos/community-x86_64/PKGBUILD
    (from rev 1239827, vkd3d/trunk/PKGBUILD)
Deleted:
  vkd3d/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-28 12:17:05 UTC (rev 1239827)
+++ PKGBUILD	2022-06-28 12:17:19 UTC (rev 1239828)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Bruce Zhang
-
-pkgname=vkd3d
-pkgver=1.3
-pkgrel=1
-pkgdesc='Direct3D 12 to Vulkan translation library By WineHQ'
-arch=('x86_64')
-url='https://wiki.winehq.org/Vkd3d'
-license=('LGPL')
-depends=('spirv-tools' 'vulkan-icd-loader')
-makedepends=('spirv-headers' 'vulkan-headers' 'xcb-util-keysyms' 'xorgproto')
-source=("https://dl.winehq.org/vkd3d/source/vkd3d-$pkgver.tar.xz")
-sha512sums=('3651f4d086a42af9007f3c12b5b9166e0f7686e8294fa571ee6b92e6a1a3c1fbc25e40062b31de7f8d5609c7c08a69c992cea4c951ae1f19f7df6bdf3174bc9d')
-
-prepare() {
-  cd vkd3d-$pkgver
-  ./configure --prefix=/usr --with-spirv-tools
-}
-
-build() {
-  cd vkd3d-$pkgver
-  make
-}
-
-package() {
-  cd vkd3d-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: vkd3d/repos/community-x86_64/PKGBUILD (from rev 1239827, vkd3d/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-28 12:17:19 UTC (rev 1239828)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Bruce Zhang
+
+pkgname=vkd3d
+pkgver=1.4
+pkgrel=1
+pkgdesc='Direct3D 12 to Vulkan translation library By WineHQ'
+arch=('x86_64')
+url='https://wiki.winehq.org/Vkd3d'
+license=('LGPL')
+depends=('spirv-tools' 'vulkan-icd-loader')
+makedepends=('spirv-headers' 'vulkan-headers' 'xcb-util-keysyms' 'xorgproto')
+source=("https://dl.winehq.org/vkd3d/source/vkd3d-$pkgver.tar.xz")
+sha512sums=('58535b57b0b506542f2867e9b1229682f012216b9f8913d2692d4ed64a8113248d66ea710127ec2064baf9511b7f2be7b757dffcaf95a43168d781010d007ddb')
+
+prepare() {
+  cd vkd3d-$pkgver
+  ./configure --prefix=/usr --with-spirv-tools
+}
+
+build() {
+  cd vkd3d-$pkgver
+  make
+}
+
+package() {
+  cd vkd3d-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list