You are not logged in.
Hi,
I created a script in order to create some packages and upload them via terminal by aurupload.
Here is the code: https://github.com/Airon90/aurforge/blo … urforge.py
I created a package (octave-econometrics). It was already uploaded and using this script I updated this package.
In AUR it seems that dependencies are broken: https://aur.archlinux.org/packages/octave-econometrics/
If you check the PKGBUILD dependencies are not broken: https://aur.archlinux.org/packages/oc/o … s/PKGBUILD
Could someone tell me why?
Thank you
Last edited by Airon90 (2013-12-19 14:10:11)
Offline
The dependencies in the PKGBUILD look broken to me.
Offline
The dependencies in the PKGBUILD look broken to me.
Instead I see in te PKGBUILD (either linked or created)
depends=('octave>=2.9.7','octave-optim>=0.0.0')
Offline
That is broken...
Offline
s/,/ /g
Unless of course your package depends on commas too, then make a PKGBUILD for commas ![]()
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline