summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur LAURENT2024-04-02 05:44:29 +0200
committerArthur LAURENT2024-04-02 05:44:29 +0200
commit59fb4c2b1ff4f5460421cfff8523b6789abf74ae (patch)
tree2fb7c14cf6f08342381a8ddb250069395425d7b1
parente418fc35c4ad59c860bc82268b03b6e43c6a0785 (diff)
downloadaur-59fb4c2b1ff4f5460421cfff8523b6789abf74ae.tar.gz
.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6167310e6af..359c247dda14 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nzsl-git
pkgdesc = A shader language inspired by Rust and C++ which compiles to GLSL or SPIRV (without any additional dependency)
pkgver = r384.45e5c43
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/NazaraEngine/ShaderLang
arch = i686
arch = x86_64
@@ -14,6 +14,7 @@ pkgbase = nzsl-git
depends = gcc-libs
depends = glibc
provides = nzsl
+ provides = nzsl-debug
source = git+https://github.com/NazaraEngine/ShaderLang.git#branch=main
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 7f1a07d0d91f..5b6415ba1101 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=nzsl-git
pkgver=r384.45e5c43
-pkgrel=2
+pkgrel=3
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=()
-provides=('nzsl')
+provides=('nzsl' 'nzsl-debug')
depends=('gcc-libs' 'glibc')
makedepends=('xmake' 'fast_float' 'git')