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

Felix Yan felixonmars at gemini.archlinux.org
Fri Mar 11 00:09:26 UTC 2022


    Date: Friday, March 11, 2022 @ 00:09:26
  Author: felixonmars
Revision: 1146249

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-11 00:09:16 UTC (rev 1146248)
+++ PKGBUILD	2022-03-11 00:09:26 UTC (rev 1146249)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Bruce Zhang
-
-pkgname=vkd3d
-pkgver=1.2
-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=('ca9d5b11e7770747b78b61f43196b45b7bda8d2dd4f1d76da915f895a04dc28c20499e1e433f5ce17416964fe0f37cdc907e7aa540ec9105afbc8a100094f3e7')
-
-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 1146248, vkd3d/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-11 00:09:26 UTC (rev 1146249)
@@ -0,0 +1,29 @@
+# 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
+}



More information about the arch-commits mailing list