Search Criteria
Package Details: nomino 1.3.7-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/nomino.git (read-only, click to copy) |
---|---|
Package Base: | nomino |
Description: | Batch rename utility for developers |
Upstream URL: | https://github.com/yaa110/nomino |
Licenses: | MIT |
Provides: | nomino |
Submitter: | yaa110 |
Maintainer: | username227 |
Last Packager: | username227 |
Votes: | 3 |
Popularity: | 0.002137 |
First Submitted: | 2020-04-18 11:47 (UTC) |
Last Updated: | 2024-12-02 12:26 (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
dreieck commented on 2024-11-24 12:58 (UTC)
You need to install the license into
/usr/share/licenses/${pkgname}/
:Regards!
dreieck commented on 2024-11-24 12:55 (UTC)
Checksum verification fails:
Regards!
dreieck commented on 2024-11-24 12:54 (UTC)
Ahoj,
the downloaded source file has the generic name
1.3.6.tar.gz
.If
$SRCDEST
is set, e.g. in/etc/makepkg.conf
, all sources of allPKGBUILD
s get downloaded to a single directory.Such generic names are prone to conflicts, if another package also uses just the package version as filename and by chance has the same version.
Please make the downloaded source file name specific, like
nomino-1.3.6.tar.gz
.You can achieve this by prepending
${pkgname}-${pkgver}.tar.gz::
to thesource
entry.Regards and thanks for the package!
yaa110 commented on 2024-06-06 13:14 (UTC)
This package is open to be adopted!
lmartinez-mirror commented on 2022-08-12 06:17 (UTC)
Posting a patch for your PKGBUILD here that addresses a few things.
Hope you find it useful!