Hi,

>> +up2date="lynx -dump http://archive.ipython.org/release/$pkgver | grep
ipython-.*.tar.gz | Flasttar"

using $pkgver in up2date would prevent you from noticing new version (since
it always check in the $pkgver dir)
this should work:
up2date="Flastverdir http://archive.ipython.org/release/";

>> +sha1sums=('1b0d74e56607e59b4c89a8fb62ebeb

seems the sha1sum is wrong, the correct one should be
79f54abed125424c21a151a46119c6bcc24a143c
and also a ') is missing
(you can use makepkg -G to automatically set sha1sums)

I guess you used git commit, but you could use repoman rec to do the same,
it will also check for errors in the FrugalBuild and it will put the
correct package name and arch
at the top of the patch.

Other than this the patch looks fine, so just correct sha1sums and up2date
and send it again please :)
_______________________________________________
Frugalware-devel mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-devel

Reply via email to