summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur LAURENT2024-03-29 15:09:36 +0100
committerArthur LAURENT2024-03-29 15:09:36 +0100
commit457ca5d4b32770846d423c0e8004a5542c36ffa4 (patch)
treee3cb965259c887d1547558519b49c38759445790
parent40e8d514bd872be0fdf4db32631c21489c58576b (diff)
downloadaur-457ca5d4b32770846d423c0e8004a5542c36ffa4.tar.gz
make fast_float a build dep
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e406c620ae37..e74335336b62 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nzsl
pkgdesc = A shader language inspired by Rust and C++ which compiles to GLSL or SPIRV (without any additional dependency)
pkgver = 20240227
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/NazaraEngine/ShaderLang
arch = i686
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = nzsl
arch = aarch64
license = MIT
makedepends = xmake
- depends = fast_float
+ makedepends = fast_float
source = git+https://github.com/NazaraEngine/ShaderLang.git#commit=00426331127bca10b79498e3b1edf5a4d1d87986
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index bebd677319d0..969649780211 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,14 @@
pkgname=nzsl
pkgver=20240227
-pkgrel=1
+pkgrel=2
pkgdesc="A shader language inspired by Rust and C++ which compiles to GLSL or SPIRV (without any additional dependency)"
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
url="https://github.com/NazaraEngine/ShaderLang"
license=('MIT')
options=()
-makedepends=('xmake')
-depends=('fast_float')
+makedepends=('xmake' 'fast_float')
source=("git+https://github.com/NazaraEngine/ShaderLang.git#commit=00426331127bca10b79498e3b1edf5a4d1d87986")