Search Criteria
Package Details: remakepkg 0.14.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/remakepkg.git (read-only, click to copy) |
|---|---|
| Package Base: | remakepkg |
| Description: | wrapper around fetchpkg and repkg to modify packages (REPKGBUILD) |
| Upstream URL: | https://gitlab.com/ayekat/pacman-hacks |
| Licenses: | GPL3 |
| Conflicts: | makemetapkg |
| Submitter: | ayekat |
| Maintainer: | micwoj92 |
| Last Packager: | micwoj92 |
| Votes: | 3 |
| Popularity: | 0.77 |
| First Submitted: | 2018-09-12 13:17 (UTC) |
| Last Updated: | 2025-04-16 11:45 (UTC) |
Dependencies (14)
- bash (bash-devel-gitAUR, bash-gitAUR)
- coreutils (coreutils-gitAUR, coreutils-selinuxAUR, coreutils-uutilsAUR)
- curl (curl-gitAUR, curl-c-aresAUR)
- expac (expac-gitAUR)
- fakeroot (fakeroot-gitAUR, fakeroot-tcpAUR)
- grep (grep-gitAUR, grep-compatAUR)
- gzip (dxcompress-gitAUR, dxcompressAUR, gzip-gitAUR, pigz-replace-gzip-staticAUR)
- libarchive (libarchive-gitAUR)
- pacman (pacman-fancy-gitAUR, pacman-gitAUR)
- sed (sed-gitAUR)
- sh (dashbinshAUR, zshbinshAUR, bash-devel-gitAUR, bash-gitAUR, bash)
- vi (neovim-symlinksAUR, vi-vim-symlinkAUR)
- asciidoc (asciidoc-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
<deleted-account> commented on 2019-07-26 07:32 (UTC)
Yes it's work. :)
ayekat commented on 2019-07-25 21:06 (UTC) (edited on 2019-07-25 21:12 (UTC) by ayekat)
Thank you for pointing out. There was a pretty silly mistake in the Makefile. It should now be fixed in v0.9.1.
In the PKGBUILD, the only required change (in addition to bumping the pkgrel) is adding
fetchpkgto the_toolslist.Also, for updating the .SRCINFO file, you can generate it using
makepkg --printsrcinfo(see the .SRCINFO article on the Wiki); no need to manually edit the file.Sorry for the issue. I hope it works now.
<deleted-account> commented on 2019-07-25 11:27 (UTC)
I have error on build with 0.9 version so I downgrade to 0.8.1
make: *** Aucune règle pour fabriquer la cible « build/libs/string.sh », nécessaire pour « build_libs ». Arrêt.
If you have a solution post here your PKGBUILD.
<deleted-account> commented on 2019-07-08 15:41 (UTC)
Fix,ayekat.
ayekat commented on 2019-07-08 10:07 (UTC)
No problem, thanks for fixing it! :-)
(by the way, the .SRCINFO file may need to be updated as well)
<deleted-account> commented on 2019-07-07 19:47 (UTC)
ayekat It's an error sorry :)
ayekat commented on 2019-07-07 19:17 (UTC)
Hey, thanks for adopting the package!
I don't understand the last commit, though: why does the PKGBUILD still use the v0.8 tag, but with the pkgver bumped to 0.8.1? This is a bit misleading IMHO (not that v0.8.1 was anything noteworthy… I'm just asking on a more general level).