noctalia-git: add jemalloc as dependency, bump pkgrel

This commit is contained in:
Ly-sec
2026-05-08 14:52:58 +02:00
parent a874f2e616
commit 8741af9f22
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -1,7 +1,7 @@
pkgbase = noctalia-git pkgbase = noctalia-git
pkgdesc = Lightweight Wayland shell built directly on Wayland and OpenGL ES pkgdesc = Lightweight Wayland shell built directly on Wayland and OpenGL ES
pkgver = 5.0.0.r1191.g39a4a335c pkgver = 5.0.0.r1191.g39a4a335c
pkgrel = 4 pkgrel = 5
url = https://github.com/noctalia-dev/noctalia-shell url = https://github.com/noctalia-dev/noctalia-shell
arch = x86_64 arch = x86_64
license = MIT license = MIT
@@ -17,6 +17,7 @@ pkgbase = noctalia-git
depends = gcc-libs depends = gcc-libs
depends = glib2 depends = glib2
depends = glibc depends = glibc
depends = jemalloc
depends = libglvnd depends = libglvnd
depends = libpipewire depends = libpipewire
depends = librsvg depends = librsvg
+2 -1
View File
@@ -3,7 +3,7 @@
pkgname=noctalia-git pkgname=noctalia-git
_pkgname=noctalia _pkgname=noctalia
pkgver=5.0.0.r1191.g39a4a335c pkgver=5.0.0.r1191.g39a4a335c
pkgrel=4 pkgrel=5
pkgdesc='Lightweight Wayland shell built directly on Wayland and OpenGL ES' pkgdesc='Lightweight Wayland shell built directly on Wayland and OpenGL ES'
arch=('x86_64') arch=('x86_64')
url='https://github.com/noctalia-dev/noctalia-shell' url='https://github.com/noctalia-dev/noctalia-shell'
@@ -17,6 +17,7 @@ depends=(
'gcc-libs' 'gcc-libs'
'glib2' 'glib2'
'glibc' 'glibc'
'jemalloc'
'libglvnd' 'libglvnd'
'libpipewire' 'libpipewire'
'librsvg' 'librsvg'