AUTO - Updated to the Latest Version

This commit is contained in:
Larvey 2024-12-24 02:23:36 +00:00
parent f2d9fc40dd
commit 062a425fbc
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = zen-twilight-bin
pkgdesc = Unstable Nightly release of the Performance oriented Firefox-based web browser
pkgver = 0bd3406
pkgver = dd88086
pkgrel = 1
url = https://github.com/zen-browser/desktop
arch = x86_64
@ -19,10 +19,10 @@ pkgbase = zen-twilight-bin
optdepends = pulseaudio: Audio support
optdepends = speech-dispatcher: Text-to-Speech
optdepends = hunspell-en_US: Spell checking, American English
provides = zen-twilight=0bd3406
provides = zen-twilight=dd88086
conflicts = zen-twilight
options = !strip
source = zen-browser-twilight.tar.bz2::https://github.com/zen-browser/desktop/releases/download/twilight/zen.linux-generic.tar.bz2
source = zen-browser-twilight.tar.bz2::https://github.com/zen-browser/desktop/releases/download/twilight/zen.linux-x86_64.tar.bz2
source = zen-twilight.sh
source = zen-twilight.desktop
source = policies.json

View file

@ -4,7 +4,7 @@ pkgname=zen-twilight-bin
_pkgname=zen-twilight
_realpkgver=twilight
_desktopname=zen-twilight
pkgver=0bd3406
pkgver=dd88086
pkgrel=1
pkgdesc="Unstable Nightly release of the Performance oriented Firefox-based web browser"
arch=('x86_64' 'i686')
@ -21,7 +21,7 @@ options=(!strip)
provides=("zen-twilight=$pkgver")
conflicts=('zen-twilight')
source=("zen-browser-$_realpkgver.tar.bz2::https://github.com/zen-browser/desktop/releases/download/$_realpkgver/zen.linux-generic.tar.bz2"
source=("zen-browser-$_realpkgver.tar.bz2::https://github.com/zen-browser/desktop/releases/download/$_realpkgver/zen.linux-x86_64.tar.bz2"
"$_pkgname.sh"
"$_desktopname.desktop"
"policies.json")