4 Nov
2015
4 Nov
'15
9:37 a.m.
On Wed, 4 Nov 2015 16:35:11 +0100 Ole Jon Bjørkum <mail@olejon.net> wrote:
Is it okay to do it in the prepare() function in PKGBUILD?
I did it like this and it works:
wget https://aur.archlinux.org/cgit/aur.git/snapshot/libgcrypt11.tar.gz -O $srcdir/libgcrypt11.tar.gz tar -zxvf $srcdir/libgcrypt11.tar.gz cd $srcdir/libgcrypt11 makepkg -sri
Thanks!
No, it si not. Just build the damned package, how hard is that? Doug