Package Details: energia 1.8.10E23-1

Git Clone URL: https://aur.archlinux.org/energia.git (read-only, click to copy)
Package Base: energia
Description: Energia is a Arduino IDE clone for use with the MSP430 launchpad
Upstream URL: http://energia.nu/
Licenses: GPL
Provides: energia
Submitter: will.price94
Maintainer: mpento
Last Packager: mpento
Votes: 23
Popularity: 0.000000
First Submitted: 2013-01-07 23:18 (UTC)
Last Updated: 2020-03-08 13:47 (UTC)

Dependencies (4)

Required by (1)

Sources (3)

Pinned Comments

mpento commented on 2025-06-08 17:35 (UTC)

NOTE:

This package is not out of date. It represents the last official binary release from http://energia.nu/ of Energia at version 23 (1.8.10E23)

I am in the process of creating a new package (energia-git) which will provide the latest fork of the project.

I will replace this pinned comment with the link to the new AUR package when it is complete.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

will.price94 commented on 2014-08-04 09:32 (UTC)

Done.

will.price94 commented on 2014-08-04 09:16 (UTC)

My apologies, fixing the URLs now. I'll upload after testing :)

kyak commented on 2014-08-04 08:11 (UTC)

Marking out of date since it's been in unbuildable state for more than a week and to attract maintainer's attention.

igor_isaias commented on 2014-07-28 07:57 (UTC)

The source-urls are wrong! -source+=("$pkgname-$pkgver.tgz::http://energia.nu/downloads/downloadv3.php?file=energia-0101E00$pkver-linux64.tgz") +source+=("$pkgname-$pkgver.tgz::http://energia.nu/downloads/downloadv3.php?file=energia-0101E$pkgver-linux64.tgz") -source+=("$pkgname-$pkgver.tgz::http://energia.nu/downloads/downloadv3.php?file=energia-0101E00$pkver-linux.tgz") +source+=("$pkgname-$pkgver.tgz::http://energia.nu/downloads/downloadv3.php?file=energia-0101E$pkgver-linux.tgz")

kyak commented on 2014-07-27 06:42 (UTC)

curl: (22) The requested URL returned error: 403 Forbidden

will.price94 commented on 2014-07-26 21:50 (UTC)

Hi truh, I think libusb-compat must have been a dependency I just added when looking at the arduino PKGBUILD, I assumed they'd have the same deps, but it looks like it's avrdude that depends on libusb-compat so I'll remove that. I'm also going to symblink the docs for you too. I'll upload this all shortly

truh commented on 2014-07-22 10:36 (UTC)

Would be nice if you would symlink /opt/energia/reference to /usr/share/doc/energia.

truh commented on 2014-07-22 09:30 (UTC)

What is lib32-libusb-compat needed for on 64bit Systems? Seems to work fine without it.

will.price94 commented on 2014-07-18 18:34 (UTC)

Cool, Thanks for the fix, I'll upload that now.

nickolsen commented on 2014-07-18 17:33 (UTC)

The source-urls are 404. Apparently their download-directory is now called "downloads". - source+=("$pkgname-$pkgver.tgz::http://energia.nu/download/downloadv3.php?file=energia-0101E0012-linux64.tgz") + source+=("$pkgname-$pkgver.tgz::http://energia.nu/downloads/downloadv3.php?file=energia-0101E0012-linux64.tgz") - source+=('http://energia.nu/download/downloadv3.php?file=energia-0101E0012-linux.tgz') + source+=('http://energia.nu/downloads/downloadv3.php?file=energia-0101E0012-linux.tgz')