Package Details: angularjs 1.8.2-1

Git Clone URL: https://aur.archlinux.org/angularjs.git (read-only, click to copy)
Package Base: angularjs
Description: An open-source JavaScript framework, whose goal is to augment browser-based applications with model–view–controller (MVC) capability, in an effort to make both development and testing easier.
Upstream URL: http://angularjs.org
Licenses: MIT
Submitter: gavcos
Maintainer: Capricious-frog
Last Packager: Capricious-frog
Votes: 11
Popularity: 0.000000
First Submitted: 2013-05-28 12:53 (UTC)
Last Updated: 2022-08-16 18:48 (UTC)

Latest Comments

phoenix17 commented on 2023-04-13 15:50 (UTC) (edited on 2023-04-13 15:50 (UTC) by phoenix17)

The find command:

find "${pkgdir}"/usr -type d -execdir chmod 755 {} \+

Is failing when used with execdir option if it is on the main path:

find: The current directory is included in the PATH environment variable, which is insecure in combination with the -execdir action of find. Please remove the current directory from your $PATH (that is, remove ".", doubled colons, or leading or trailing colons) ==> ERROR: A failure occurred in package()

To fix replace it in the PKGBUILD with:

chmod -R 755 "${pkgdir}"/usr

Capricious-frog commented on 2022-08-16 14:38 (UTC)

I have updated the package and it now it's installed in /usr/share/javascript/${pkgname}/

<deleted-account> commented on 2016-01-03 16:04 (UTC)

It would be nice to install library to a more standard location like /usr/share/javascript/${pkgname}/ so that all javascript libraries can be installed into a common location (/usr/share/javascript/).

gavcos commented on 2015-01-13 18:59 (UTC)

Could you try again please? Have updated the pkgrel parameter.

mudrii commented on 2015-01-05 11:53 (UTC)

Error updating the package ==> Software upgrade (new version) : aur/angularjs 1.2.27-1 -> 1.2.28-1 ==> Continue upgrade ? [Y/n] ==> [V]iew package detail [M]anually select packages ==> -------------------------------------------------- ==> ==> Downloading angularjs PKGBUILD from AUR... x .SRCINFO x PKGBUILD angularjs 1.2.28-1 (Tue May 28 20:53:09 SGT 2013) ( Unsupported package: Potentially dangerous ! ) ==> angularjs dependencies: - jquery (already installed) ==> Continue building angularjs ? [Y/n] ==> ----------------------------------- ==> ==> Building and installing package ==> Making package: angularjs 1.2.28-1 (Mon Jan 5 19:47:59 SGT 2015) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found angular.js -> Found angular.min.js ==> Validating source files with md5sums... angular.js ... FAILED angular.min.js ... FAILED ==> ERROR: One or more files did not pass the validity check! ==> ERROR: Makepkg was unable to build angularjs. ==> Restart building angularjs ? [y/N] ==> ---------------------------------- ==> ==> ERROR: unable to update Any idea what can be wrong ?