mirror of
https://github.com/archlinux/aur.git
synced 2026-02-08 05:02:00 +01:00
Upgrade to 144.0.7559.132-2
This commit is contained in:
parent
75dd68624c
commit
3b3f07f3c8
2 changed files with 9 additions and 9 deletions
12
.SRCINFO
12
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = ungoogled-chromium-bin
|
||||
pkgdesc = A lightweight approach to removing Google web service dependency
|
||||
pkgver = 144.0.7559.109
|
||||
pkgrel = 1
|
||||
pkgver = 144.0.7559.132
|
||||
pkgrel = 2
|
||||
url = https://github.com/ungoogled-software/ungoogled-chromium
|
||||
arch = x86_64
|
||||
license = BSD
|
||||
|
|
@ -40,11 +40,11 @@ pkgbase = ungoogled-chromium-bin
|
|||
optdepends = org.freedesktop.secrets: password storage backend on GNOME / Xfce
|
||||
optdepends = kwallet: support for storing passwords in KWallet on Plasma
|
||||
optdepends = upower: Battery Status API support
|
||||
provides = chromium=144.0.7559.109
|
||||
provides = chromedriver=144.0.7559.109
|
||||
provides = chromium=144.0.7559.132
|
||||
provides = chromedriver=144.0.7559.132
|
||||
conflicts = chromium
|
||||
conflicts = chromedriver
|
||||
source = https://github.com/ungoogled-software/ungoogled-chromium-archlinux/releases/download/144.0.7559.109-1/ungoogled-chromium-144.0.7559.109-1-x86_64.pkg.tar.zst
|
||||
sha256sums = df28649a5ac2b42ba5804facd93f502140e844d15266f2d222e3394209cacd4c
|
||||
source = https://github.com/ungoogled-software/ungoogled-chromium-archlinux/releases/download/144.0.7559.132-2/ungoogled-chromium-144.0.7559.132-2-x86_64.pkg.tar.zst
|
||||
sha256sums = 67458e698db1b9f7e271f7fbf5324ec69d6b4f751bb997edbe50c201b2537e7a
|
||||
|
||||
pkgname = ungoogled-chromium-bin
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,8 +1,8 @@
|
|||
# Maintainer: networkException <git@nwex.de>
|
||||
|
||||
pkgname=ungoogled-chromium-bin
|
||||
pkgver=144.0.7559.109
|
||||
pkgrel=1
|
||||
pkgver=144.0.7559.132
|
||||
pkgrel=2
|
||||
pkgdesc="A lightweight approach to removing Google web service dependency"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/ungoogled-software/ungoogled-chromium"
|
||||
|
|
@ -19,7 +19,7 @@ optdepends=('pipewire: WebRTC desktop sharing under Wayland'
|
|||
provides=("chromium=$pkgver" "chromedriver=$pkgver")
|
||||
conflicts=('chromium' 'chromedriver')
|
||||
source=(https://github.com/ungoogled-software/ungoogled-chromium-archlinux/releases/download/$pkgver-$pkgrel/ungoogled-chromium-$pkgver-$pkgrel-x86_64.pkg.tar.zst)
|
||||
sha256sums=('df28649a5ac2b42ba5804facd93f502140e844d15266f2d222e3394209cacd4c')
|
||||
sha256sums=('67458e698db1b9f7e271f7fbf5324ec69d6b4f751bb997edbe50c201b2537e7a')
|
||||
|
||||
declare -gA _system_libs=(
|
||||
[brotli]=brotli
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue