summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwhoseos2017-02-23 02:45:50 +0100
committerwhoseos2017-02-23 02:45:50 +0100
commit37ad37e91346598f688e51a0a75c0a1fda13b0c5 (patch)
tree813e9bbfac2a29345297daa81287fa9b6bcfad3e /PKGBUILD
parent73284c7122daed880ad7c40adfec247f5367d6ba (diff)
downloadaur-37ad37e91346598f688e51a0a75c0a1fda13b0c5.tar.gz
Rename the package with developer keyword
This avoids a naming confliect between the dependent packages: - nvidia-utils-vulkan-developer-beta - nvidia-libgl-vulkan-developer-beta - opencl-nvidia-vulkan-developer-beta - lib32-nvidia-utils-vulkan-developer-beta - lib32-nvidia-libgl-vulkan-developer-beta - lib32-opencl-nvidia-vulkan-developer-beta - nvidia-vulkan-developer-beta The original packages were named without the keyword and pushed, but that was before I was stopped while trying to push the "nvidia-vulkan-beta" into an already existing repository without a corresponding package (404). So I added the developer keyword to all 7 packages. Sorry for the mess!
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6c2eb193a2a6..d0bb14c467a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Contributors: Det, Ng Oon-Ee, Dan Vratil
# Based on [aur]'s nvidia-beta: https://aur.archlinux.org/packages/nvidia-beta/
-pkgname=nvidia-vulkan-beta
+pkgname=nvidia-vulkan-developer-beta
pkgver=375.27.10
pkgrel=1
pkgdesc="NVIDIA driver for Arch's official 'linux' package (vulkan developer beta version)"
arch=('i686' 'x86_64')
url="http://www.nvidia.com/"
license=('custom:NVIDIA')
-depends=('linux' "nvidia-utils-vulkan-beta>=$pkgver" 'libgl')
+depends=('linux' "nvidia-utils-vulkan-developer-beta>=$pkgver" 'libgl')
makedepends=('linux-headers')
provides=("nvidia=$pkgver")
conflicts=('nvidia-96xx' 'nvidia-173xx' 'nvidia')