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

Felix Yan felixonmars at archlinux.org
Thu Sep 24 09:01:23 UTC 2020


    Date: Thursday, September 24, 2020 @ 09:01:23
  Author: felixonmars
Revision: 711661

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-24 09:01:04 UTC (rev 711660)
+++ PKGBUILD	2020-09-24 09:01:23 UTC (rev 711661)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Bruce Zhang
-
-pkgname=vkd3d
-pkgver=1.1
-pkgrel=1
-pkgdesc='Direct3D 12 to Vulkan translation library By WineHQ'
-arch=('x86_64')
-url='https://github.com/d3d12/vkd3d'
-license=('LGPL')
-depends=('vulkan-icd-loader')
-makedepends=('spirv-headers' 'vulkan-headers' 'xcb-util-keysyms')
-source=("https://dl.winehq.org/vkd3d/source/vkd3d-$pkgver.tar.xz")
-sha1sums=('00e784c2112acec0b8ef80ea547ed09c136335e8')
-
-prepare() {
-  cd vkd3d-$pkgver
-  ./configure --prefix=/usr
-}
-
-build() {
-  cd vkd3d-$pkgver
-  make
-}
-
-package() {
-  cd vkd3d-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: vkd3d/repos/community-x86_64/PKGBUILD (from rev 711660, vkd3d/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-09-24 09:01:23 UTC (rev 711661)
@@ -0,0 +1,29 @@
+# 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=('vulkan-icd-loader')
+makedepends=('spirv-headers' 'vulkan-headers' 'xcb-util-keysyms')
+source=("https://dl.winehq.org/vkd3d/source/vkd3d-$pkgver.tar.xz")
+sha512sums=('ca9d5b11e7770747b78b61f43196b45b7bda8d2dd4f1d76da915f895a04dc28c20499e1e433f5ce17416964fe0f37cdc907e7aa540ec9105afbc8a100094f3e7')
+
+prepare() {
+  cd vkd3d-$pkgver
+  ./configure --prefix=/usr
+}
+
+build() {
+  cd vkd3d-$pkgver
+  make
+}
+
+package() {
+  cd vkd3d-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list