Search Criteria
Package Details: asp-git 6.r0.gc5efea2-1
Git Clone URL: | https://aur.archlinux.org/asp-git.git (read-only, click to copy) |
---|---|
Package Base: | asp-git |
Description: | Arch Linux build source file management (git version) |
Upstream URL: | https://github.com/archlinux/asp |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | falconindy |
Maintainer: | eatmyvenom |
Last Packager: | eatmyvenom |
Votes: | 23 |
Popularity: | 0.31 |
First Submitted: | 2014-07-31 16:57 |
Last Updated: | 2021-01-01 11:05 |
Dependencies (5)
- awk (gawk-git, gawk)
- bash (bash-devel-git, bash-devel-static-git)
- git (git-git)
- jq (jq-git)
- asciidoc (asciidoc-git) (make)
Required by (10)
- arch-sign-modules (requires asp)
- buildaur (requires asp) (optional)
- buildaur-git (requires asp) (optional)
- paru (requires asp) (optional)
- paru-bin (requires asp) (optional)
- paru-git (requires asp) (optional)
- patch-kernel-pacman-hook (requires asp)
- pikaur (requires asp) (optional)
- pikaur-git (requires asp) (optional)
- pkgbuilder (requires asp)
Latest Comments
1 2 Next › Last »
falconindy commented on 2018-01-19 10:04
m4 is part of base-devel. You're expected to have this installed if you're going to be building any packages.
Esspy commented on 2018-01-19 07:04
hi,
asp-git will build with warning without m4 package being installed. this results in empty file in /usr/bin/asp. after installing m4, asp works as expected. please add m4 to dependencies.
alfredo.ardito commented on 2017-05-16 08:13
When I got those errors I used yaourt directly.
falconindy commented on 2017-05-14 12:40
Please use the most recent PKGBUILD...
alfredo.ardito commented on 2017-05-10 20:13
Got these errors building asp-git
==> Starting pkgver()...
==> ERROR: pkgver is not allowed to contain colons, hyphens or whitespace.
==> ERROR: pkgver() generated an invalid version: 1-2-gfc74b09
==> ERROR: Makepkg was unable to build asp-git.
==> Restart building asp-git ? [y/N]
==> --------------------------------
falconindy commented on 2017-04-04 01:04
In the future, feature requests need to go to github. The AUR is not an issue tracker.
alive4ever commented on 2017-04-03 10:40
Regarding source, it would be wise to use git+https:// as source, since git:// may be blocked and https can't be blocked.
alive4ever commented on 2017-04-03 10:38
I encountered an error regarding missing ~/.cache/asp directory, which asp doesn't solve automatically. Had to create ~/.cache/asp manually for this to work.
How about adding a simple test for the existence of $ASPROOT? When $ASPROOT directory is not available, create it.
[ -d "$ASPROOT" ] || mkdir -p "$ASPROOT"
falconindy commented on 2017-03-25 14:33
By semi-popular demand, ASPROOT now defaults to $XDG_CACHE_HOME/asp, falling back on $HOME/.cache/asp. Unless you previously set ASPROOT yourself, this change affects you, and you should move your $HOME/asp to the new location.
runical commented on 2014-08-16 14:22
Hey Falconindy, your upstream url for the package is wrong. It currently points to cower, not to asp.
Thanks for the great software by the way.