diff options
author | sulthankarimov | 2024-04-29 10:54:48 +0700 |
---|---|---|
committer | sulthankarimov | 2024-04-29 10:54:48 +0700 |
commit | baf677713fd5ce9caa213904f893207804b76431 (patch) | |
tree | f0af691a2507a25f1da6b77a12fbf7e0a5a4911f | |
parent | b738ce06c3f9ca306d0bad9683d3266c69b24bfa (diff) | |
download | aur-baf677713fd5ce9caa213904f893207804b76431.tar.gz |
update script location
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 3 |
2 files changed, 3 insertions, 2 deletions
@@ -1,6 +1,6 @@ pkgbase = blender-launcher-git pkgdesc = Blender Launcher is a standalone software client that provides management for stable, daily and experimental builds of Blender 3D. It is a free open source project available for 64-bit Windows and Linux (GLIBC 2.31 and higher) operating systems. - pkgver = v2.1.24.r6.g522706a + pkgver = v2.2.0.rc.1.r2.g99d4c14 pkgrel = 1 url = https://github.com/Victor-IX/Blender-Launcher-V2.git arch = x86_64 @@ -2,7 +2,7 @@ pkgname='blender-launcher-git' _pkgname='blenderlauncher' _pkgname1='Blender-Launcher-V2' -pkgver=v2.1.24.r6.g522706a +pkgver=v2.2.0.rc.1.r2.g99d4c14 pkgtarget='_Linux_x64' pkgrel=1 pkgdesc='Blender Launcher is a standalone software client that provides management for stable, daily and experimental builds of Blender 3D. It is a free open source project available for 64-bit Windows and Linux (GLIBC 2.31 and higher) operating systems.' @@ -30,6 +30,7 @@ build() { pdm venv activate pdm install python build_style.py + mv scripts/build_linux.sh ./ sh build_linux.sh } |