GabMus / razerCommander

GTK contol center for managing razer peripherals on Linux
GNU General Public License v3.0
164 stars 25 forks source link

Fix AUR PKGBUILD #54

Closed Agrendalath closed 6 years ago

Agrendalath commented 6 years ago

Could you provide correct $pkgver in PKGBUILD for AUR package? Currently pkgver() returns 1.2.0.r6.gefd04b3, so it always needs to be updated.

WhyNotHugo commented 6 years ago

1.2.0.r6.gefd04b3 is the latest version. The value being returned is correct. What would you expect it to return?

Agrendalath commented 6 years ago

Actually, upgrade in yaourt looks like this: aur/razercommander-git 1.2.0.r6.gefd04b3-1 -> 1.2.0.r31.g760e251-1

So only the line pkgver=1.2.0.r31.g760e251 from PKGBUILD is taken into account as newest available version while looking for upgrades. The local one is, of course, 1.2.0.r31.g760e251-1.

GabMus commented 6 years ago

Fixed