Search Criteria
Package Details: remakepkg 0.10.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/remakepkg.git (read-only, click to copy) |
---|---|
Package Base: | remakepkg |
Description: | Apply changes to pacman packages |
Upstream URL: | https://gitlab.com/ayekat/pacman-hacks |
Licenses: | GPL3 |
Conflicts: | makemetapkg |
Submitter: | ayekat |
Maintainer: | MrHritik |
Last Packager: | MrHritik |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2018-09-12 13:17 (UTC) |
Last Updated: | 2020-04-24 19:08 (UTC) |
Dependencies (14)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- coreutils (coreutils-gitAUR, busybox-coreutilsAUR, coreutils-hybrid-gitAUR, coreutils-hybridAUR, coreutils-selinuxAUR, coreutils-uutilsAUR)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- expac (expac-gitAUR)
- fakeroot (fakeroot-gitAUR, fakeroot-tcpAUR)
- grep (grep-gitAUR, busybox-coreutilsAUR, grep-compatAUR)
- gzip (dxcompress-gitAUR, dxcompressAUR, gzip-gitAUR, busybox-coreutilsAUR)
- libarchive (libarchive-gitAUR)
- pacman (pacman-gitAUR)
- sed (busybox-coreutilsAUR, sed-gitAUR)
- sh (dashbinshAUR, bash-devel-static-gitAUR, zshbinshAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR, bash)
- vi (neovim-drop-inAUR, neovim-symlinksAUR, vi-vim-symlinkAUR, busybox-coreutilsAUR)
- 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
fetchpkg
to the_tools
list.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).