From 8741af9f2260cceacb6f1e3e1ee209b177df0b29 Mon Sep 17 00:00:00 2001 From: Ly-sec Date: Fri, 8 May 2026 14:52:58 +0200 Subject: [PATCH] noctalia-git: add jemalloc as dependency, bump pkgrel --- .SRCINFO | 3 ++- PKGBUILD | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 391cc2a..f218a29 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = noctalia-git pkgdesc = Lightweight Wayland shell built directly on Wayland and OpenGL ES pkgver = 5.0.0.r1191.g39a4a335c - pkgrel = 4 + pkgrel = 5 url = https://github.com/noctalia-dev/noctalia-shell arch = x86_64 license = MIT @@ -17,6 +17,7 @@ pkgbase = noctalia-git depends = gcc-libs depends = glib2 depends = glibc + depends = jemalloc depends = libglvnd depends = libpipewire depends = librsvg diff --git a/PKGBUILD b/PKGBUILD index 99b2b45..0d659e4 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=noctalia-git _pkgname=noctalia pkgver=5.0.0.r1191.g39a4a335c -pkgrel=4 +pkgrel=5 pkgdesc='Lightweight Wayland shell built directly on Wayland and OpenGL ES' arch=('x86_64') url='https://github.com/noctalia-dev/noctalia-shell' @@ -17,6 +17,7 @@ depends=( 'gcc-libs' 'glib2' 'glibc' + 'jemalloc' 'libglvnd' 'libpipewire' 'librsvg'