I am trying to install ungoogled-chromium. Building from source takes eons. There is a binary package on aur ungoogled-chromium-binary.
Installing it with pamac results in just downloading and then nothing. So I figured I might need an aur helper like yay to pick this up.
When installing this package with yay, it seems all it does is creating these files in ~/.cache/yay and then nothing. So having an aur helper doesn’t make a difference in my case. These are cached yay files:
.git
ungoogled-chromium-binary-1:102.0.5005.61-3-x86_64.pkg.tar.zst
ungoogled-chromium-102.0.5005.61-3-x86_64.pkg.tar.zst
PKGBUILD
.SRCINFO
I am a bit lost here, how should I proceed? Should yay just have picked this up on itself?
There are 2 tarballs there, is that the reason yay or pamac has no clue on how to proceed?
Contents of PKGBUILD
# Maintainer: KuoHuanHuan <hi@nekohuan.cyou>
pkgname=ungoogled-chromium-binary
pkgver=102.0.5005.61
pkgrel=3
epoch=1
pkgdesc='A lightweight approach to removing Google web service dependency (binary release)'
arch=(x86_64)
url=https://github.com/Eloston/ungoogled-chromium
license=(BSD)
depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt' 'ttf-liberation' 'systemd' 'dbus' 'libpulse' 'pciutils' 'libva' 'desktop-file-utils' 'hicolor-icon-theme'
)
optdepends=('pipewire: WebRTC desktop sharing under Wayland'
'kdialog: support for native dialogs in Plasma'
'org.freedesktop.secrets: password storage backend on GNOME / Xfce'
'kwallet: support for storing passwords in KWallet on Plasma'
)
provides=('chromium')
conflicts=("ungoogled-chromium" "chromium")
options=()
source=(
"https://github.com/ungoogled-software/ungoogled-chromium-archlinux/releases/download/$pkgver-$pkgrel/ungoogled-chromium-$pkgver-$pkgrel-x86_64.pkg.tar.zst"
)
noextract=("ungoogled-chromium-$pkgver-$pkgrel-x86_64.pkg.tar.zst")
sha256sums=('565924751aec3d6237419abe5d632dd469bd7680c456c91baaa785353bf40244')
prepare() {
msg2 "Package downloaded!"
}