Package Details: nomino 1.3.7-1

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)

Required by (0)

Sources (1)

Latest Comments

dreieck commented on 2024-11-24 12:58 (UTC)

You need to install the license into /usr/share/licenses/${pkgname}/:

nomino E: Uncommon license identifiers such as 'MIT' require license files below /usr/share/licenses/nomino/ or switching to common license identifiers. Found 0/1 required license files.

Regards!

dreieck commented on 2024-11-24 12:55 (UTC)

Checksum verification fails:

==> Validating source files with sha512sums...
    1.3.6.tar.gz ... FAILED
==> ERROR: One or more files did not pass the validity check!

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 all PKGBUILDs 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 the source 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.

  • Added a prepare step for downloading dependencies for users who might need to package this as a source tarball
  • Removed the provides, packages provide themselves by default
  • Added the license files to the final package
  • Fixed the build step to conform to Rust packaging guidelines
  • Added a check step
  • Assigns a proper name to the downloaded tarball instead of just the $pkgver

Hope you find it useful!