Skip to content

Commit

Permalink
525.47.34
Browse files Browse the repository at this point in the history
Fixes #182
  • Loading branch information
Tk-Glitch committed Jul 25, 2023
1 parent 80fbf00 commit 4e6bcef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ if [ -z "$_driver_version" ] || [ "$_driver_version" = "latest" ] || [ -z "$_dri
fi
fi
if [[ -z $CONDITION ]]; then
read -p " Which driver version do you want?`echo $'\n > 1.Vulkan dev: 525.47.27\n 2.535 series: 535.86.05\n 3.530 series: 530.41.03\n 4.470 series: 470.199.02\n 5.Older series\n 6.Custom version (396.xx series or higher)\n choice[1-6?]: '`" CONDITION;
read -p " Which driver version do you want?`echo $'\n > 1.Vulkan dev: 525.47.34\n 2.535 series: 535.86.05\n 3.530 series: 530.41.03\n 4.470 series: 470.199.02\n 5.Older series\n 6.Custom version (396.xx series or higher)\n choice[1-6?]: '`" CONDITION;
fi
# This will be treated as the latest regular driver.
if [ "$CONDITION" = "2" ]; then
Expand Down Expand Up @@ -144,8 +144,8 @@ if [ -z "$_driver_version" ] || [ "$_driver_version" = "latest" ] || [ -z "$_dri
echo "_driver_version=$_driver_version" >> options
# This (condition 1) will be treated as the latest Vulkan developer driver.
else
echo '_driver_version=525.47.27' > options
echo '_md5sum=a0cb80ac18553a8eed2acb0f30729c48' >> options
echo '_driver_version=525.47.34' > options
echo '_md5sum=da2f6e5a32dd87601b67c20540ed2657' >> options
echo '_driver_branch=vulkandev' >> options
fi
# Package type selector
Expand Down Expand Up @@ -289,7 +289,7 @@ fi

pkgname=("${_pkgname_array[@]}")
pkgver=$_driver_version
pkgrel=248
pkgrel=249
arch=('x86_64')
url="http://www.nvidia.com/"
license=('custom:NVIDIA')
Expand Down

0 comments on commit 4e6bcef

Please sign in to comment.