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

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to