You are not logged in.

#1 2019-09-24 15:02:15

schard
Forum Moderator
From: Hannover
Registered: 2016-05-06
Posts: 1,983
Website

[SOLVED] Modify pkgrel on PKGBUILD refactoring

Hi all,

when I just refactor¹ a PKGBUILD in AUR, that will result in the same package built, do I need to increase $pkgrel then?

1) I.e. changing all

"/path/$var/file"

to

"/path/${var}/file"

The Wiki states that this should be done only on changes, that

Wiki wrote:

influence the resulting package

So I think not. What do the devs say?

Last edited by schard (2019-09-25 08:40:53)


macro_rules! yolo { { $($tokens:tt)* } => { unsafe { $($tokens)* } }; }

Offline

#2 2019-09-24 15:28:54

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,550

Re: [SOLVED] Modify pkgrel on PKGBUILD refactoring

The wiki is correct. You're versioning the package, not the PKGBUILD.

Offline

#3 2019-09-25 08:40:44

schard
Forum Moderator
From: Hannover
Registered: 2016-05-06
Posts: 1,983
Website

Re: [SOLVED] Modify pkgrel on PKGBUILD refactoring

Alright then, thanks.


macro_rules! yolo { { $($tokens:tt)* } => { unsafe { $($tokens)* } }; }

Offline

Board footer

Powered by FluxBB