
























Building dart-sdk-dev...
==> Making package: dart-sdk-dev 2.8.0_dev.0.0-1 (Fri 13 Dec 2019 12:26:45 PM EST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Found dartsdk-linux-x64-release.zip
==> Validating source files with sha256sums...
dartsdk-linux-x64-release.zip ... FAILED
==> ERROR: One or more files did not pass the validity check!
I have to manually remove 'dartsdk-linux-x64-release.zip' before upgrading or else I get that error. Can you please do what @Huulivoide suggested and add ${pkgver} to the zip filename.
I would recommend renaming the downloaded source file as it does not contain a version on it's name. Not having a version on the file name can lead to problems, if one building a new version in the same directory with a previous version. For example, when using a git clone if this package or installing with yay. Having an old version of the source archive will throw off makepkg, as it thinks the file has already been downloaded.
source=(dartsdk-linux-x64-release-${pkgver}.zip::https://…/dartsdk-linux-x64-release.zip)
should do the job.
Please update the checksum:
dart-sdk-dev ±|master|→ makepkg -g
==> Retrieving sources...
-> Found dartsdk-linux-x64-release.zip
==> Generating checksums for source files...
sha256sums=('1d73ece270078dcf86ac85bcf2d4556f242f90f8be5a6bb1ddf9afe05778efac')
This channel is connected to pacman GUI, not with gitlab, you will create problems not only for me, also for others who want to install it.
if you are going to be the updates from gitlab, the others will follow you, and where will this channel "AUR" be? This channel was made for that, show the repositories, I want to update from my pacman GUI without problems, Now I have to enter gitlab and solve it, that is wrong
it's wrong what you're holding, the packages are updated from AUR, not from gitlab, if you can not do it, leave the repository to someone else, I'm not interested if it's updated in gitlab, the update should be through this channel, What part do not stay clear?
Hello KlarkKable, Sorry, but the updates are made through of this channel AUR, not by gitlab, I would beg you not to neglect the updates in AUR. regards
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
Ahoj!,
many thanks for this package.
You install pre compiled binaries, so you should rename the package to
dart-sdk-dev-bin(i.e. with the-binsuffix).To do so:
dart-sdk-dev-binwith the same build recipe as this package,replaces=("dart-sdk-dev<=3.12.0_221.0.dev")(version should be the latest version of the wrongly named packagedart-sdk-dev),"dart-sdk-dev=${pkgver}"to theprovidesarray,dart-sdk-dev-binto the AUR,dart-sdk-devAUR package, submit a merge request to be merged intodart-sdk-dev-bin.Further issues:
dart-sdk-dev E: custom is not a valid SPDX license identifier. See https://spdx.org/licenses/ for valid identifiers, or prefix the identifier with 'LicenseRef-', if it is custom.,/usr/share/licenses/${pkgname}/.Regards and thanks for maintaining!