Search Criteria
Package Details: openaudible-bin 4.8.7-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/openaudible-bin.git (read-only, click to copy) |
|---|---|
| Package Base: | openaudible-bin |
| Description: | a cross-platform audiobook manager designed for Audible users. Manage all your audiobooks with this easy-to-use desktop application |
| Upstream URL: | https://openaudible.org |
| Licenses: | Apache |
| Submitter: | kausban |
| Maintainer: | kausban (openaudible) |
| Last Packager: | openaudible |
| Votes: | 16 |
| Popularity: | 0.050356 |
| First Submitted: | 2020-02-07 15:18 (UTC) |
| Last Updated: | 2026-07-01 03:34 (UTC) |
Latest Comments
1 2 3 Next › Last »
Fraction5270 commented on 2026-07-15 12:35 (UTC)
Adding an additional comment in support of what has already been stated. The package builds and functions fine with the webkit2gtk build dependency modified to webkit2gtk-4.1. As provided it runs for hours on my system trying to build webkit2gtk from scratch as part of an update.
heliochronix commented on 2026-06-01 18:29 (UTC)
webkit2gtkresults in the installation of a lot of extra packages as it is now an AUR package requiring another build. I believe Arch now useswebkit2gtk-4.1as its package name. Could this get updated to depend on that instead? It seems to be working with that change.bastionntb commented on 2026-05-20 09:44 (UTC)
I removed the webkit2gtk requirement line from both PGKBUILD and .SRCINFO, rebuilt and it installs and runs perfectly fine without the AUR version of webkit2gtk. Either it's able to utilize the 4.1 extra package webkit2gtk or it's not needed at all.
tee commented on 2026-04-24 09:51 (UTC)
webkit2gtkis not a required dependency, I just removed it and openaudible runs fine without it installed.deadly4u commented on 2026-04-20 03:01 (UTC) (edited on 2026-04-20 03:05 (UTC) by deadly4u)
webkit2gtk from the AUR requires a VERY LONG build from source on my machine. It is not acceptable to use the "webkit2gtk-4.1" package ?
openaudible commented on 2026-02-25 16:04 (UTC)
For some reason we replaced the SHA512 with an SHA256. Will fix for today's release 2/25/26.
danherbert commented on 2026-02-23 03:32 (UTC) (edited on 2026-02-23 04:07 (UTC) by danherbert)
It looks like the recent change that set
sha512sums=('_OA_SHA512SUM_')as the sha512sums has broken my ability to update this package. Prior to 4.7.2, the sha512sums had an actual hash value. I'm guessing this new value is what is causing the failure.The exact error I'm seeing with this issue is:
Based on the latest release on Github, the real sha 512 value for version
4.7.3-1should probably be "00bbda02ef65ba651604abb492366747134afbddbeed4a7604e3e1a3a7c8af8db590ab28d48fab2bdc0ee4d6df5352c88ad919fdc27ecfe7288ff1c5a99c0797"DaToXi commented on 2025-11-26 15:26 (UTC)
Hello. OpenAudible_4.6.4_x86_64.deb does not exists anymode, recent update is release 4.6.5
openaudible commented on 2025-07-02 00:12 (UTC) (edited on 2025-07-02 00:25 (UTC) by openaudible)
Sorry for the delay pushing. Had a github SSL certificate issue.
Exoro, my .SRCINFO is built by automation, so I'm not sure changing the source to use variables is too critical -- but not sure why you have the url and openaudible.desktop in parens.
source=("https://github.com/openaudible/openaudible/releases/download/v"$pkgver"/OpenAudible_"$pkgver"_x86_64.deb" "openaudible.desktop")
exoro commented on 2025-03-15 16:53 (UTC)
fyi you can include $pkgver in the "source" line of the PKGBUILD to make it less redundant when you go to update.
Something like: source=("https://github.com/openaudible/openaudible/releases/download/v"$pkgver"/OpenAudible_"$pkgver"_x86_64.deb" "openaudible.desktop")
1 2 3 Next › Last »