You are not logged in.

#1 2015-07-19 17:25:46

s4nji
Member
Registered: 2015-07-17
Posts: 32

[Solved] Difference between "x" package and "x-git" package

Hi ,
I'm curious to know what's the difference between x package and x-git package except the version for example :
difference between
obs-studio 0.11.1-2 (https://aur.archlinux.org/packages/obs-studio/)
and
obs-studio-git 0.7.3.r19.g9296334-1 (https://aur.archlinux.org/packages/obs-studio-git).


Thank you smile

Last edited by s4nji (2015-08-01 20:41:46)

Offline

#2 2015-07-19 17:31:02

Raynman
Member
Registered: 2011-10-22
Posts: 1,539

Re: [Solved] Difference between "x" package and "x-git" package

https://bbs.archlinux.org/viewtopic.php?id=164402

There might be more. I just did a very short search. You can take a few minutes to search for yourself if this isn't enough.

Last edited by Raynman (2015-07-19 17:35:49)

Offline

#3 2015-07-19 18:43:31

Xyne
Administrator/PM
Registered: 2008-08-03
Posts: 6,963
Website

Re: [Solved] Difference between "x" package and "x-git" package

Raynman's link should answer the question. I just want to add that the "version" of the x-git package is meaningless. Every time you run makepkg on the x-git PKGBUILD, it will retrieve the latest version of the package (and update the version in the PKGBUILD).


My Arch Linux StuffForum EtiquetteCommunity Ethos - Arch is not for everyone

Offline

#4 2015-07-19 18:56:38

progandy
Member
Registered: 2012-05-17
Posts: 5,200

Re: [Solved] Difference between "x" package and "x-git" package

Xyne wrote:

I just want to add that the "version" of the x-git package is meaningless.

It is mostly meaningless. If the version is very old, then the build process (e.g. configure flags) may have changed in the meantime, so that is an indicator that you may have to do some work before it builds.


| alias CUTF='LANG=en_XX.UTF-8@POSIX ' |

Offline

#5 2015-07-23 00:22:00

Xyne
Administrator/PM
Registered: 2008-08-03
Posts: 6,963
Website

Re: [Solved] Difference between "x" package and "x-git" package

progandy wrote:

It is mostly meaningless. If the version is very old, then the build process (e.g. configure flags) may have changed in the meantime, so that is an indicator that you may have to do some work before it builds.

The key word being "may". While likely true for more involved PKGBUILDs, many tend to run upstream's build scripts which are updated with the sources and thus remain valid. Users who are unfamiliar with the VCS packages often flag the package out-of-date due to the version alone so the point is worth emphasizing. The user should always try to build the package first.


My Arch Linux StuffForum EtiquetteCommunity Ethos - Arch is not for everyone

Offline

#6 2015-07-23 10:23:27

s4nji
Member
Registered: 2015-07-17
Posts: 32

Re: [Solved] Difference between "x" package and "x-git" package

thanks guys all your comments were helpful to me smile

Offline

Board footer

Powered by FluxBB