Search Criteria
Package Details: bakadict-git r21.3bb4f08-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/bakadict-git.git (read-only, click to copy) |
|---|---|
| Package Base: | bakadict-git |
| Description: | 离线的命令行日语词典 |
| Upstream URL: | https://github.com/flaribbit/bakadict |
| Keywords: | dictionary japanese |
| Licenses: | unknown |
| Provides: | dict |
| Submitter: | AsukaMinato |
| Maintainer: | AlenYang |
| Last Packager: | AlenYang |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2023-02-15 13:12 (UTC) |
| Last Updated: | 2023-07-17 11:26 (UTC) |
Dependencies (3)
- cargo (rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-gitAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR) (make)
- rust (rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-gitAUR, rustup) (make)
Latest Comments
MarsSeed commented on 2023-06-23 15:43 (UTC) (edited on 2023-06-23 15:45 (UTC) by MarsSeed)
Please use an enhanced
pkgver()implementation (like the one here).Because you need to remove the beginning
vfrom the version, and also make sure that only numeric version tags get used inpkver, not alphabetical ones likedatabases(the earliest tag of this project).Also you have to declare something like the following in the PKGBUILD:
The last entry,
dictdis very important to have in 'conflicts'. Because the Arch package dictd already contains the file/usr/bin/dict.So dictd and a bakadict package cannot be both installed on the same system: they have conflicting files.
Richard969 commented on 2023-03-13 21:36 (UTC)
package()内
jp.db安装在构建用户的用户文件夹内,而不是软件包内, 会导致: 直接安装构建好的包无法找到数据库。