Search Criteria
Package Details: rn 0.1.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/rn.git (read-only, click to copy) |
---|---|
Package Base: | rn |
Description: | Rename files and directories. |
Upstream URL: | https://github.com/thled/rn |
Licenses: | MIT |
Submitter: | thled |
Maintainer: | thled |
Last Packager: | thled |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2021-07-08 05:57 (UTC) |
Last Updated: | 2021-07-08 18:03 (UTC) |
Dependencies (2)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rust, rustup) (make)
Latest Comments
lmartinez-mirror commented on 2021-07-08 06:57 (UTC) (edited on 2021-07-08 07:27 (UTC) by lmartinez-mirror)
Since this package doesn't have the
-git
suffix it should target tagged releases instead of the master branch. You should reupload asrn-git
if you want it to compile master.EDIT: I put together this patch to address a few things in your PKGBUILD:
gcc-libs
as its dependencycheck()
functionThe changelog can be extracted from the tarball using
tar -xvf rn-0.1.0.tar.gz rn-0.1.0/CHANGELOG.md --strip-components=1