17 Feb
2012
17 Feb
'12
2:33 p.m.
perjantai, 17. helmikuuta 2012 15:01:47 SanskritFritz kirjoitti:
-- I just do a
#!/usr/bin/fish makepkg --source burp (ls --sort=time *src.tar.gz | head -1)
Mayby this way.. #!/bin/sh makepkg -S burp $(source PKGBUILD; echo ${pkgname}-${pkgver}-${pkgrel}.src.tar.gz) This absolutely sure we upload the same version as in PKGBUILD