You are not logged in.
Pages: 1
i tried to make the lbreakout 2.5beta package ..
but the makepkg doesn't allow to set pkgver=2.5beta-8
pkgver=2.5beta8 works...
howto enable the first one (i have to change the download and compile location) i thinks lbreakout isnt the only one where this would be nice...
mattux
Offline
you can create a new variable for the $origversion
$origver=2.5beta-8
$pkgver=2.5beta8
and then use origver in the source() and build()
The impossible missions are the only ones which succeed.
Offline
There are other reasons for not allowing all characters in pkgver.
The package docs say that you should try not to use any variables that aren't explicitly specified, because we may add them at one point and then they'll get overwritten.
It just means you have to suck it up. Check a package like user-mode-linux for how I did it.
I have discovered that all of mans unhappiness derives from only one source, not being able to sit quietly in a room
- Blaise Pascal
Offline
while not allowing some characters is annoying and usually adds a few tweaks of the build syntax it is a good thing because as Xentac said allowing all chars can cause problems down the road (sometimes not even down the road).
AKA uknowme
I am not your friend
Offline
ok thx for the many answers
mattux
Offline
Pages: 1