Lavande wrote:Any suggestions?If you don't want to rebuild on minor-version updates, check out any other kernel module PKGBUILD. Short answer, they're in /lib/modules/extramodules-*.*-ARCH or related.Better yet, just bug the package maintainer to update his PKGBUILD according to the above.
Hmm. Ok so instead I ran wget https://aur.archlinux.org/packages/arch … ey3.tar.gz. Then then tar xfvz archey3.tar.gz and then cd'd to archey3 and ran makepkg. Then ran pacman. Thanks for the fast responses everyone.
xworld
https://bbs.archlinux.org/profile.php?id=60518
2012-06-13T23:45:39Z
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.
The problem was bison-2.6. I've just chucked together a PKGBUILD for netbee here: https://aur.archlinux.org/packages.php?ID=62293Tested on x86_64, building of12softswitch. The PKGBUILD is pretty much pieced together from some of the tips on that github repository. Feedback welcome.
switchcade
https://bbs.archlinux.org/profile.php?id=63217
2012-08-26T03:16:19Z
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.
No offense, but that's horrible.Let's have some Arch-like simplicity here:Depend on gvim, because that's the official package. Put some explanatory comments in the PKGBUILD about vim-inteprete, advising users of that package to edit the vim-slimv PKGBUILD as required.
tomk
https://bbs.archlinux.org/profile.php?id=1822
2012-05-14T15:51:11Z
zebulon wrote:That is why many PKGBUILD still have code to detect JAVA_HOME in their build() section.Unfortunately that doesn't mean too much.
TeoBigusDickus wrote:I don't know how to create an AUR or use Github, but I think my Dropbox tarballs should suffice.https://wiki.archlinux.org/index.php/PKGBUILDhttp://www.archlinux.org/pacman/PKGBUILD.5.htmlandhttp://help.github.com/linux-set-up-git/
fukawi2
https://bbs.archlinux.org/profile.php?id=12663
2012-04-20T22:45:08Z
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