Search Criteria
Package Details: pkgbuild-introspection-git 9-1
Git Clone URL: | https://aur.archlinux.org/pkgbuild-introspection-git.git (read-only, click to copy) |
---|---|
Package Base: | pkgbuild-introspection-git |
Description: | Tools for generating .SRCINFO files and PKGBUILD data extraction (mkaurball) |
Upstream URL: | https://github.com/falconindy/pkgbuild-introspection |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | jstjohn |
Maintainer: | severach |
Last Packager: | falconindy |
Votes: | 34 |
Popularity: | 0.000040 |
First Submitted: | 2014-01-20 03:55 |
Last Updated: | 2019-04-27 11:00 |
Dependencies (4)
- bash (bash-devel-git, bash-devel-static-git)
- pacman (pacman-git)
- python-srcinfo (check)
- git (git-git) (make)
Required by (5)
- aurupbot (requires pkgbuild-introspection)
- gem2arch (requires pkgbuild-introspection)
- git-aurcheck (requires pkgbuild-introspection)
- gitaur (requires pkgbuild-introspection)
- vim-pkgbuild (requires pkgbuild-introspection) (optional)
Latest Comments
1 2 3 Next › Last »
falconindy commented on 2015-06-03 00:51
No, it's a false negative. mkaurball depends on makepkg, and therefore pacman.
Raimar commented on 2015-06-02 20:58
pacman should be removed from dependencies to avoid namcap warnings:
pkgbuild-introspection-git W: Dependency bash included but already satisfied
pkgbuild-introspection-git W: Dependency included and not needed ('pacman')
phillid commented on 2015-01-17 01:28
Sorry a bit OT, but you might as well alias, for root, `yaourt -Suya` to some command which downloads and executes malicious bash scripts.
falconindy commented on 2015-01-04 15:46
No, you have an error with yaourt. Please stop trying to build packages as root.
Anonymous comment on 2015-01-04 14:47
Hello, I have an error while installing this AUR package :
makepkg: invalid option '--asroot'
Unable to read PKGBUILD
==> ERROR: unable to update
I'm root under my computer, and launch the update with #yaourt -Suya
Thanks
Marcel_K commented on 2014-12-30 15:44
I think you should change the description, as mkaurball is deprecated and mksrcinfo will be the preferred way to create a .SRCINFO file in the future (when AUR 4.0.0 is released). For completeness sake, in the mean time it's necessary to create source tarballs using `makepkg --source`.
And one more nit-picking comment: the maintainer in the PKGBUILD is no longer correct, if the maintainer line on this web page is correct.
falconindy commented on 2014-10-06 23:55
Thanks, fixed. In the future, bug reports should be sent to github.
laloch commented on 2014-10-06 23:47
Hi, commit b23cb91960 broke mkaurball - there's one more reference to the srcinfo_create left in mkaurball.in at line 84.
MoroS commented on 2014-08-23 14:39
Thanks for the reply.
I've just noticed that the there's an offical pkgbuild-introspection package in the Arch's repo. Yaourt didn't show it as a proposal to installation. :/ It only showed the *-git package, so I thought that it's the only version available. :P
falconindy commented on 2014-08-23 14:26
Well, m4 is part of base-devel. If you're building packages, you're required to have that installed. I don't know how you managed to find a carriage return in the source file -- it simply isn't there in the git repo.