Package Details: ocenaudio-bin 3.13.8-1

Git Clone URL: https://aur.archlinux.org/ocenaudio-bin.git (read-only, click to copy)
Package Base: ocenaudio-bin
Description: Cross-platform, easy to use, fast and functional audio editor
Upstream URL: https://www.ocenaudio.com/
Licenses: custom
Conflicts: ocenaudio
Provides: ocenaudio
Submitter: SpotlightKid
Maintainer: azzbcc
Last Packager: azzbcc
Votes: 50
Popularity: 0.143743
First Submitted: 2015-07-23 23:16 (UTC)
Last Updated: 2024-04-12 06:37 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »

adequate commented on 2020-08-28 12:36 (UTC) (edited on 2020-08-28 12:42 (UTC) by adequate)

I also have the validity check error.

I've manually downloaded the packages (.deb and .tar.xz) and here are my calculated checksums:

  • ocenaudio-3.8.1_i686.deb (i686): E3024791834E55873C5616C4CC627CBECEBE7EF2557A664AD0E42C406959822C

  • ocenaudio-3.8.1_x86_64.tar.xz (x86_64): F6D219D13032B3AE1800047B4F318A752DC7895ADD8681F067736CD8C7738916

However please check yourself.

Also please use https instead of http for downloading the files. I know that the current version does check the hash checksum before installing but downloading files over http is just bad practice. Especially if the website uses https.

Relevant docu link: Arch Wiki Package Guidelines

This should also prevent erroneous reports where users mistakenly think the checksum is wrong, even though they were actually victims of a MitM attack.

So I would use instead:

url="https://www.ocenaudio.com/"

...

sha256sums_i686=('e3024791834e55873c5616c4cc627cbecebe7ef2557a664ad0e42c406959822c')
sha256sums_x86_64=('f6d219d13032b3ae1800047b4f318a752dc7895add8681f067736cd8c7738916')
source_i686=("${_pkgname}-${pkgver}_i686.deb::https://www.ocenaudio.com/downloads/index.php/ocenaudio_debian32.deb?version=${pkgver}")
source_x86_64=("${_pkgname}-${pkgver}_x86_64.tar.xz::https://www.ocenaudio.com/downloads/index.php/ocenaudio_archlinux.pkg.tar.xz?version=${pkgver}")

...

With this changes I could flawless install (only checked on amd64) the newest version of ocenaudio manually using:

# only download PKGBUILD-file, e.g. using yay
yay -G ocenaudio
# edit the PKGBUILD to my proposed changes using nano or any editor
# here: path incl. yay dir on my home dir
nano $HOME/.cache/yay/ocenaudio/PKGBUILD
# install
makepkg -si

Thank you very much for your effort!

jackdinn commented on 2020-08-27 19:13 (UTC)

==> ERROR: One or more files did not pass the validity check! error downloading sources: ocenaudio

Tio commented on 2020-07-22 10:10 (UTC)

Works now.

Tio commented on 2020-05-03 13:18 (UTC)

Error:

100 13.9M  100 13.9M    0     0  1784k      0  0:00:07  0:00:07 --:--:-- 2591k
==> Validating source files with sha256sums...
    LICENSE.txt ... Skipped
==> Validating source_x86_64 files with sha256sums...
    ocenaudio-3.7.4_x86_64.pkg.tar.xz ... FAILED
==> ERROR: One or more files did not pass the validity check!
Failed to build ocenaudio-bin

Gaarco commented on 2020-05-03 09:02 (UTC)

Validation error

Gaarco commented on 2020-05-03 09:01 (UTC)

Validation error :/

sbrl commented on 2020-04-16 12:22 (UTC) (edited on 2020-04-16 12:22 (UTC) by sbrl)

This package doesn't install correctly. Logs:

==> Validating source_x86_64 files with sha256sums...
    ocenaudio-3.7.4_x86_64.pkg.tar.xz ... FAILED
==> ERROR: One or more files did not pass the validity check!

plinkplinkfizz commented on 2020-03-11 00:38 (UTC)

checksums are hard-coded into the PKGBUILD. could be extracted from site.

friday13 commented on 2019-11-30 19:53 (UTC)

dont forget ''sudo ln -s /opt/ocenaudio/bin/ocenaudio /usr/bin/ ''