Your install command is failing - the error message tells you exactly what's wrong, and the solution is in the slic3r PKGBUILD that you used for inspiration.I would, however, suggest a thorough examination of the install man page, as there is a better way to do it.
tomk
https://bbs.archlinux.org/profile.php?id=1822
2012-09-19T08:50:05Z
One of the comments on https://aur.archlinux.org/packages.php?ID=25716 says niki wrote:Could the conflict/provides/replaces lines for ipset be removed from the package, as ipset is no longer included.You can try editing the PKGBUILD and removing the conflict: https://aur.archlinux.org/packages/xt/x … s/PKGBUILD
karol
https://bbs.archlinux.org/profile.php?id=25522
2012-09-29T20:38:29Z
No offense, but yawn. Nothing new here, if you had bothered to search you would have found numerous similar threads to which you could have contributed, instead of starting a pompous first-person rant.You want to influence Arch's development? Don't whine, contribute.
tomk
https://bbs.archlinux.org/profile.php?id=1822
2012-08-01T12:05:14Z
Awebb wrote:It's in the PKGBUILD. Saying that you install a package from the AUR without even looking at the PKGBUILD usually confronts you with us zaelots, telling you that you should at least check the PKGBUILD for obvious problems before installing the package.
Try csound-git https://aur.archlinux.org/packages.php?ID=48830 but see the comments - problems again.You can see how to deal with git in the PKGBUILD.Another way is to instal binary package from an unofficial user repository.
The wiki is your friend:https://wiki.archlinux.org/index.php/AU … do_I_do.3F
tomk
https://bbs.archlinux.org/profile.php?id=1822
2013-01-03T10:47:05Z
I've created a PKGBUILD for the foxreplace firefox add-on but after installing the package the add-on isn't loaded and I have no clue why.Can somebody have a look at this PKGBUILD if I made something wrong?The add-on works when Installed through the add-on manager.
Scimmia wrote:Sure, just read up on the ABS (Arch Build System). This will get you the PKGBUILD file and associated data. You then edit the PKGBUILD to add the appropriate option and do a makepkg. Install it with pacman -U whateveritscalled.tar.xzAh now that's just the wiki I needed.
Aur is known to have trouble with split pacakges, and it looks like you have not followed exactly the workaround splittest example pkgbuild that works.compare your pkgbase , pkgname and true && pkgname lines with those in https://aur.archlinux.org/packages/sp/s … t/PKGBUILD .
Lone_Wolf
https://bbs.archlinux.org/profile.php?id=4504
2013-04-11T11:34:47Z