mirror of
https://github.com/archlinux/aur.git
synced 2026-02-20 12:33:42 +01:00
AUTO - Updated to the Latest Version
This commit is contained in:
parent
f2d9fc40dd
commit
062a425fbc
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue