Rose from dead, updated version, fixed dependecies

This commit is contained in:
Ridales 2020-05-03 12:38:28 +02:00
parent 0c66de549d
commit 2e11a169ef
3 changed files with 25 additions and 24 deletions

View file

@ -1,14 +1,13 @@
pkgbase = ungoogled-chromium-bin
pkgdesc = A lightweight approach to removing Google web service dependency (binary version)
pkgver = 81.0.4044.113
pkgver = 81.0.4044.122
pkgrel = 1
url = https://ungoogled-software.github.io/ungoogled-chromium-binaries/releases/archlinux/
url = https://github.com/Eloston/ungoogled-chromium
arch = x86_64
license = BSD
depends = gtk3
depends = nss
depends = alsa-lib
depends = xdg-utils
depends = libxss
depends = libcups
depends = libgcrypt
@ -16,13 +15,14 @@ pkgbase = ungoogled-chromium-bin
depends = systemd
depends = dbus
depends = libpulse
depends = pciutils
depends = json-glib
depends = libva
depends = desktop-file-utils
depends = hicolor-icon-theme
depends = jsoncpp
depends = openjpeg2
depends = minizip
depends = snappy
depends = re2
optdepends = pepper-flash: support for Flash content
optdepends = kdialog: needed for file dialogs in KDE
optdepends = gnome-keyring: for storing passwords in GNOME keyring
@ -33,8 +33,8 @@ pkgbase = ungoogled-chromium-bin
provides = chromium
conflicts = chromium
conflicts = ungoogled-chromium
source = https://github.com/zocker-160/ungoogled-chromium-binaries/releases/download/81.0.4044.113-1/ungoogled-chromium-81.0.4044.113-1-x86_64.pkg.tar.xz
sha256sums = 1b28b1a571de36915fb908baa8351ae16318689a28e5393d119089e5e0ffe8fe
source = https://github.com/zocker-160/ungoogled-chromium-binaries/releases/download/81.0.4044.122-1/ungoogled-chromium-81.0.4044.122-1-x86_64.pkg.tar.xz
sha256sums = SKIP
pkgname = ungoogled-chromium-bin

7
.gitignore vendored
View file

@ -1,4 +1,3 @@
*
!.gitignore
!PKGBUILD
!.SRCINFO
pkg
src
*.tar*

View file

@ -1,17 +1,19 @@
# Maintainer: Caio Novais <caionov08 at gmail dot com>
# Maintainer: SuperITMan <admin at superitman dot com>
# Maintainer: Ridales
# Contributor: Caio Novais <caionov08 at gmail dot com>
# Contributor: SuperITMan <admin at superitman dot com>
# Binary releases provided by zocker160: https://github.com/zocker-160/ungoogled-chromium-binaries
pkgname=ungoogled-chromium-bin
_pkgname=chromium
_pkgname2=ungoogled-chromium
pkgver=81.0.4044.113
_zockerrel=1
pkgver=81.0.4044.122
pkgrel=1
pkgdesc="A lightweight approach to removing Google web service dependency (binary version)"
arch=('x86_64')
url="https://ungoogled-software.github.io/ungoogled-chromium-binaries/releases/archlinux/"
url="https://github.com/Eloston/ungoogled-chromium"
license=('BSD')
depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
'ttf-font' 'systemd' 'dbus' 'libpulse' 'pciutils' 'json-glib' 'libva'
'desktop-file-utils' 'hicolor-icon-theme' 'jsoncpp' 'openjpeg2')
depends=('gtk3' 'nss' 'alsa-lib' 'libxss' 'libcups' 'libgcrypt'
'ttf-font' 'systemd' 'dbus' 'libpulse' 'json-glib'
'desktop-file-utils' 'hicolor-icon-theme' 'jsoncpp' 'openjpeg2'
'minizip' 'snappy' 're2')
optdepends=('pepper-flash: support for Flash content'
'kdialog: needed for file dialogs in KDE'
'gnome-keyring: for storing passwords in GNOME keyring'
@ -19,10 +21,10 @@ optdepends=('pepper-flash: support for Flash content'
'libva-intel-driver: for hardware video acceleration with Intel GPUs'
'libva-mesa-driver: for hardware video acceleration with AMD/ATI GPUs'
'libva-vdpau-driver: for hardware video acceleration with NVIDIA GPUs')
conflicts=("$_pkgname" "$_pkgname2")
provides=("$_pkgname")
source=("https://github.com/zocker-160/ungoogled-chromium-binaries/releases/download/${pkgver}-${pkgrel}/ungoogled-chromium-${pkgver}-${pkgrel}-${arch}.pkg.tar.xz")
sha256sums=("1b28b1a571de36915fb908baa8351ae16318689a28e5393d119089e5e0ffe8fe")
conflicts=("chromium" "ungoogled-chromium")
provides=("chromium")
source=("https://github.com/zocker-160/ungoogled-chromium-binaries/releases/download/${pkgver}-${_zockerrel}/ungoogled-chromium-${pkgver}-${_zockerrel}-${arch}.pkg.tar.xz")
sha256sums=("SKIP")
# Copy files
package() {