From bd3ac72160cf97f6d9a7d73e7f8f6fbad3f600bb Mon Sep 17 00:00:00 2001 From: Rune Morling Date: Mon, 16 Sep 2024 21:37:30 +0200 Subject: [PATCH] ypkg: Update to v33 (prep for no-fakeroot solbuild) fakeroot is still in system.devel, so dropping it from rundeps should be unproblematic. Release Notes [here](https://github.com/getsolus/ypkg/releases/tag/v33) Signed-off-by: Rune Morling --- packages/y/ypkg/package.yml | 7 +++---- packages/y/ypkg/pspec_x86_64.xml | 14 +++++++------- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/packages/y/ypkg/package.yml b/packages/y/ypkg/package.yml index 8f690be5354d..c0c1d0976abc 100644 --- a/packages/y/ypkg/package.yml +++ b/packages/y/ypkg/package.yml @@ -1,8 +1,8 @@ name : ypkg -version : '32' -release : 193 +version : '33' +release : 194 source : - - git|https://github.com/getsolus/ypkg.git : de1c528bccc137d4b1690cf150746b287b9da07e + - git|https://github.com/getsolus/ypkg.git : f07d8770ef57456df90e834bcaaf877634cafda2 homepage : https://github.com/getsolus/ypkg license : GPL-3.0-or-later component : system.devel @@ -23,7 +23,6 @@ builddeps : - python-zstandard - tree rundeps : - - fakeroot - python-eopkg - python-xattr - pyyaml diff --git a/packages/y/ypkg/pspec_x86_64.xml b/packages/y/ypkg/pspec_x86_64.xml index 34b2274542c2..a5ab195ff897 100644 --- a/packages/y/ypkg/pspec_x86_64.xml +++ b/packages/y/ypkg/pspec_x86_64.xml @@ -3,8 +3,8 @@ ypkg https://github.com/getsolus/ypkg - Reilly Brogan - solus@reillybrogan.com + Rune Morling + ermo.solus-project.com@spammesenseless.net GPL-3.0-or-later system.devel @@ -75,12 +75,12 @@ Simply put, it is a tool to convert a build process into a packaging operation. - - 2024-07-19 - 32 + + 2024-09-16 + 33 Packaging update - Reilly Brogan - solus@reillybrogan.com + Rune Morling + ermo.solus-project.com@spammesenseless.net \ No newline at end of file